积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(877)综合其他(238)Java(188)Python(187)Spring(183)数据库(174)云计算&大数据(168)Weblate(149)C++(139)VirtualBox(104)

语言

全部英语(1244)中文(简体)(190)中文(繁体)(22)法语(15)日语(15)德语(14)俄语(14)西班牙语(13)韩语(12)英语(6)

格式

全部PDF文档 PDF(1550)
 
本次搜索耗时 0.459 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Java
  • Python
  • Spring
  • 数据库
  • 云计算&大数据
  • Weblate
  • C++
  • VirtualBox
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 法语
  • 日语
  • 德语
  • 俄语
  • 西班牙语
  • 韩语
  • 英语
  • 全部
  • PDF文档 PDF
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 The PHP Handbook

    PHP? 4. Setting up PHP 5. Your first PHP program 6. PHP language basics 6.1. Variables 6.2. Comments 6.3. Types 6.4. Printing the value of a variable 6.5. Operators 7. Strings 8. Built-in functions methods 14.9. Comparing objects 14.10. Iterating object properties 14.11. Cloning objects 14.12. Magic methods 15. Including other PHP files 16. Useful constants, functions and variables for filesystem 6.2. Comments A very important part of any programming language is how you write comments. Single-line comments in PHP are written in this way: // single line comment 15 Multi-line comments are defined
    0 码力 | 97 页 | 8.78 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    has_many Eloquent relationship.  Added unless structure to Blade template engine.  Added Blade comments.  Added simpler environment management.  Added Blade::extend() method to define custom Passing an array of data to bind data: View::make('home', array('name' => 'James')); Using magic methods to bind data: $view->name = 'James'; $view->email = 'example@example.com'; Using the Writing a message to the logs: Log::write('info', 'This is just an informational message!'); Using magic methods to specify the log message type: Log::info('This is just an informational message!');
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 CakePHP Cookbook 2.x

    • The app folder will be where you work your magic: it’s where your application’s files will be placed. • The lib folder is where we’ve worked our magic. Make a personal commitment not to edit files /var/www/mysite/index.php, in this example) to look like the following: // /app/webroot/index.php (partial, comments removed) if (!defined('ROOT')) { define('ROOT', DS . 'home' . DS . 'me'); } if (!defined('APP_DIR')) a way to fetch data for an element before rendering. Let’s use the example of putting a “latest comments” element in the layout. First we need to create a controller function that will return the data:
    0 码力 | 820 页 | 2.52 MB | 1 年前
    3
  • pdf文档 Laravel 5.0 Documentation

    should not be done lightly, and may make your application more vulnerable to XSS exploits. Also, comments with {{- - will no longer work. Move your language files from app/lang to the new resources/lang Route::resource('photos.comments', 'PhotoCommentController'); This route will register a "nested" resource that may be accessed with URLs like the following: photos/{photos}/comments/{comments} . class PhotoCommentController $data); // Using conventional approach $view = view('greeting')->with('name', 'Victoria'); // Using Magic Methods $view = view('greeting')->withName('Victoria'); In the example above, the variable $name
    0 码力 | 242 页 | 1.44 MB | 1 年前
    3
  • pdf文档 Apache HTTP Server Documentation Version 2.0

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 483 10.42 Apache Module mod mime magic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 495 10.43 Apache Module mod negotiation often case sensitive. Lines that begin with the hash character "#" are considered comments, and are ignored. Comments may not be included on a line after a configuration directive. Blank lines and white the MIMEMAGICFILES directive will be applied only if MOD MIME MAGIC is available. magic.c> MimeMagicFile conf/magic Both and can apply negative conditions
    0 码力 | 682 页 | 2.05 MB | 1 年前
    3
  • pdf文档 Apache HTTP Server Documentation Version 2.2

    . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 565 10.55 Apache Module mod mime magic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 578 10.56 Apache Module mod negotiation often case sensitive. Lines that begin with the hash character "#" are considered comments, and are ignored. Comments may not be included on the same line as a configuration directive. White space occurring example, the MIMEMAGICFILE directive will be applied only if MOD MIME MAGIC is available. magic.c> MimeMagicFile conf/magic The directive is very similar to
    0 码力 | 805 页 | 2.51 MB | 1 年前
    3
  • pdf文档 Golang Manual By AstaXie-20120522

    a standard style of indentation and vertical alignment, retaining and if necessary reformatting comments. If you want to know how to handle some new layout situation, run gofmt; if the answer doesn't seem about gofmt), don't work around it. As an example, there's no need to spend time lining up the comments on the fields of a structure. Gofmt will do that for you. Given the declaration type T struct { Commentary Go provides C-style /* */ block comments and C++-style // line comments. Line comments are the norm; block comments appear mostly as package comments and are also useful to disable large swaths
    0 码力 | 6205 页 | 12.83 MB | 1 年前
    3
  • pdf文档 Agda User Manual v2.5.3

    Documentation, Release 2.5.3 Comments Single-line comments are written with a double dash -- followed by arbitrary text. Multi-line comments are enclosed in {- and -} and can be nested. Comments cannot appear in comment -} s : String --line comment {- s = "{- not a comment -}" Pragmas Pragmas are special comments enclosed in {-# and #-} that have special meaning to the system. See Pragmas for a full list of a token indented less lies outside the block. data Nat : Set where -- starts a layout block -- comments are not tokens zero : Nat -- statement 1 suc : Nat → -- statement 2 Nat -- also statement 2
    0 码力 | 135 页 | 600.40 KB | 1 年前
    3
  • pdf文档 Celery 2.3 Documentation

    expand_abbreviations.delay(article.pk) 2.2.13 Example Let’s take a real wold example; A blog where comments posted needs to be filtered for spam. When the comment is created, the spam filter runs in the background so the user doesn’t have to wait for it to finish. We have a Django blog application allowing comments on blog posts. We’ll describe parts of the models/views and tasks for this application. 2.2. Tasks default=False, editable=False) class Meta: verbose_name = _("comment") verbose_name_plural = _("comments") In the view where the comment is posted, we first write the comment to the database, then we
    0 码力 | 334 页 | 1.25 MB | 1 年前
    3
  • pdf文档 Agda User Manual v2.5.2

    {! f {!x!} 5 !} Comments Single-line comments are written with a double dash -- followed by arbitrary text. Multi-line comments are enclosed in {- and -} and can be nested. Comments cannot appear in comment -} s : String --line comment {- s = "{- not a comment -}" Pragmas Pragmas are special comments enclosed in {-# and #-} that have special meaning to the system. See Pragmas for a full list of a token indented less lies outside the block. data Nat : Set where -- starts a layout block -- comments are not tokens zero : Nat -- statement 1 suc : Nat → -- statement 2 Nat -- also statement 2
    0 码力 | 107 页 | 510.49 KB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
ThePHPHandbookLaravel3.2DocumentationCakePHPCookbook5.0ApacheHTTPServerVersion2.02.2GolangManualByAstaXie20120522AgdaUserv25.3Celery2.35.2
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩