积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部综合其他(468)Weblate(302)KiCad(56)Blender(39)产品与服务(30)Apache OFBiz(18)Krita(9)人工智能(8)版本控制(7)笔试面试(6)

语言

全部英语(316)中文(简体)(131)中文(繁体)(10)日语(5)zh(3)法语(1)韩语(1)中文(简体)(1)

格式

全部PDF文档 PDF(282)其他文档 其他(185)DOC文档 DOC(1)
 
本次搜索耗时 0.134 秒,为您找到相关结果约 468 个.
  • 全部
  • 综合其他
  • Weblate
  • KiCad
  • Blender
  • 产品与服务
  • Apache OFBiz
  • Krita
  • 人工智能
  • 版本控制
  • 笔试面试
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 日语
  • zh
  • 法语
  • 韩语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Gitea v1.21.1 中文文档

    --home-dir /home/git \ 19. --create-home \ 20. git 1. mkdir -p /var/lib/gitea/{custom,data,log} 2. chown -R git:git /var/lib/gitea/ 3. chmod -R 750 /var/lib/gitea/ 4. mkdir /etc/gitea 5. chown supervisor 配置日志路径: 1. # assuming gitea is installed in /home/git/gitea/ 2. mkdir /home/git/gitea/log/supervisor 在文件编辑器中打开 supervisor 的配置文件: 1. sudo vim /etc/supervisor/supervisord.conf 增加如下示例配置 supervisord s 5. [picture] 6. AVATAR_UPLOAD_PATH = /home/:USER/gogs-data/avatars 7. [log] 8. ROOT_PATH = /home/:USER/gogs/log 到: 1. [database] 2. PATH = /home/:USER/gitea/data/:DATABASE.db 3. [attachment]
    0 码力 | 303 页 | 3.88 MB | 1 年前
    3
  • pdf文档 Unity for Human Beings

    has a smart enough editor to go ahead and add the Canvas component and EventSystem for you. You don’t have to do anything with them, as a matter of fact, we could go ahead and run the project right now reserved Page 11 I went ahead and changed a few items within the Inspector pane to make things easier to see. So I feel obliged start off by making your folders and naming them accordingly. (Scripts, Scenes, Prefabs, Images). Go ahead and add 2 scripts into the script folder. Name one script “ButtonScript”, and the other “ControllerScript”
    0 码力 | 239 页 | 27.39 MB | 10 月前
    3
  • mobi文档 Pro Git 2nd Edition 2.1.413

    Changes Skipping the Staging Area Removing Files Moving Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git CONTRIBUTING Project Administration Managing an organization Organization Basics Teams Audit Log Scripting GitHub Services and Hooks The GitHub API Basic Usage Commenting on an Issue Changing Introduction Signing Tags Verifying Tags Signing Commits Everyone Must Sign Searching Git Grep Git Log Searching Rewriting History Changing the Last Commit Changing Multiple Commit Messages Reordering
    0 码力 | 731 页 | 21.49 MB | 1 年前
    3
  • epub文档 Pro Git 2nd Edition 2.1.413

    Changes Skipping the Staging Area Removing Files Moving Files Viewing the Commit History Limiting Log Output Undoing Things Unstaging a Staged File Unmodifying a Modified File Undoing things with git CONTRIBUTING Project Administration Managing an organization Organization Basics Teams Audit Log Scripting GitHub Services and Hooks The GitHub API Basic Usage Commenting on an Issue Changing Introduction Signing Tags Verifying Tags Signing Commits Everyone Must Sign Searching Git Grep Git Log Searching Rewriting History Changing the Last Commit Changing Multiple Commit Messages Reordering
    0 码力 | 691 页 | 13.35 MB | 1 年前
    3
  • pdf文档 Pro Git 2nd Edition 2.1.413

    community. The Open Source community using Git has also exploded. When I originally sat down to write the book nearly five years ago (it took me a while to get the first version out), I had just started publishing there were maybe a few thousand people using the site and just four of us working on it. As I write this introduction, GitHub is announcing our 10 millionth hosted project, with nearly 5 million registered large swaths of the Open Source community in a way that was barely conceivable when I sat down to write the first edition. I wrote a small section in the original version of Pro Git about GitHub as an
    0 码力 | 501 页 | 17.96 MB | 1 年前
    3
  • pdf文档 The Gimp User’s Manual version 1.0.1

    Filters................................... 485 Introduction 486 Edge 486 Laplace 487 LoG 487 Sobel 489 Chapter 32: Enhance Filters ......................................... 493 Wang, Kris Wehner, Matthew Wilson and all of you we have forgotten (if we’ve forgotten you, please write to karin@frozenriver.com to let us know). The G imp Us e r’s Man u al x x i C on tr i b u tor s Matt Chisholm (Found a bug in the font install chapter) • and anyone that we’ve forgotten (please write to karin@frozenriver.com and let us know!) xxii T h e G i m p Us er ’ s M a n u a l Ab o ut Thi
    0 码力 | 924 页 | 9.50 MB | 1 年前
    3
  • pdf文档 GIMP User Manual 2.2

    things out in GIMP, you should know that many operations work differently in QuickMask mode, so go ahead and toggle it off again for now (by clicking the QuickMask button once more). Feathering With plugins for a specific purpose can search the site in a variety of ways. Anybody in the world can write a GIMP plugin and make it available over the web, either via the Registry or a personal web site experiences. Macintosh We could use some material here. Writing Plugins If you want to learn how to write a plugin, you can find plenty of help at the GIMP Developers web site, developer.gimp.org. GIMP is
    0 码力 | 421 页 | 8.45 MB | 1 年前
    3
  • pdf文档 GNU Image Manipulation Program User Manual 2.4

    scroll bar to see all the things GIMP has created for you. Figure 2.3: User Installation Log The User Installation Log screen. 4. Setting your memory usage is not an easy thing. So much depends on what your packaged together with GIMP, but there are also many available by other means. In fact, the ability to write plug-ins (and scripts) is the easiest way for people not on the GIMP development team to add new capabilities those who care, it is a dialect of the Lisp-like language called Scheme). It is also possible to write GIMP scripts in Python or Perl. These languages are more flexible and powerful than Script-Fu; their
    0 码力 | 653 页 | 19.93 MB | 1 年前
    3
  • pdf文档 Trends Artificial Intelligence

    undeniable that it’s ‘game on,’ especially with the USA and China and the tech powerhouses charging ahead. In this document, we share data / research / benchmarks from third parties that use methodologies Units ~300MM+ Units ~1B+ Units / Users ~4B+ Units Tens of Billions of Units MM Units in Log Scale Technology Compounding = Numbers Behind The Momentum13 AI Technology Compounding = Numbers gains. But payback periods are often long, especially for vertically-integrated players building ahead of demand. For newer entrants, monetization may lag build-out by quarters or even years. And then
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 Pro Git 中文版 第2版 2.1.66

    结尾的文件。一般这类对象文件和存档文件都是编译过程中出现的。 第二 行告诉 Git 忽略所有名字以波浪符(~)结尾的文件,许多文本编辑软件(比如 Emacs)都用这样的文件名保存 副本。 此外,你可能还需要忽略 log,tmp 或者 pid 目录,以及自动生成的文档等等。 要养成一开始就为你的 新仓库设置好 .gitignore 文件的习惯,以免将来误提交这类无用的文件。 文件 .gitignore 的格式规范如下: git rm 命令后面可以列出文件或者目录的名字,也可以使用 glob 模式。比如: $ git rm log/\*.log 注意到星号 * 之前的反斜杠 \, 因为 Git 有它自己的文件模式扩展匹配方式,所以我们不用 shell 来帮忙展开。 此命令删除 log/ 目录下扩展名为 .log 的所有文件。 类似的比如: $ git rm \*~ 该命令会删除所有名字以 ~ 结尾的文件。 移动文件 完成这个任务最简单而又有效的 工具是 git log 命令。 我们使用一个非常简单的 ``simplegit'' 项目作为示例。 运行下面的命令获取该项目: $ git clone https://github.com/schacon/simplegit-progit 当你在此项目中运行 git log 命令时,可以看到下面的输出: 43 $ git log commit ca82a6dff81
    0 码力 | 501 页 | 19.30 MB | 1 年前
    3
共 468 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 47
前往
页
相关搜索词
Giteav121.1中文文档UnityforHumanBeingsProGit2ndEdition2.1413TheGimpUserManualversion1.0GIMP2.2GNUImageManipulationProgram2.4TrendsArtificialIntelligence文版中文版66
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩