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

无数据

分类

全部后端开发(132)Python(102)Celery(51)Django(30)PHP(19)CakePHP(8)Node.js(7)Laravel(7)Java(2)Go(1)

语言

全部英语(115)中文(简体)(17)

格式

全部PDF文档 PDF(81)其他文档 其他(51)
 
本次搜索耗时 0.055 秒,为您找到相关结果约 132 个.
  • 全部
  • 后端开发
  • Python
  • Celery
  • Django
  • PHP
  • CakePHP
  • Node.js
  • Laravel
  • Java
  • Go
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 [JavaSE实验] JDBC and MySQL

    CREATE TABLE IF NOT EXISTS Authors(Id INT PRIMARY KEY AUTO_INCREMENT, Name VARCHAR(25)) ENGINE=InnoDB; CREATE TABLE IF NOT EXISTS Books(Id INT PRIMARY KEY AUTO_INCREMENT, AuthorId INT, Title VARCHAR(100) KEY(AuthorId) REFERENCES Authors(Id) ON DELETE CASCADE) ENGINE=InnoDB; CREATE TABLE IF NOT EXISTS Testing(Id INT) ENGINE=InnoDB; CREATE TABLE IF NOT EXISTS Images(Id INT PRIMARY KEY AUTO_INCREMENT It creates four database tables, Authors, Books, Testing and Images. Three tables are of InnoDB type. InnoDB databases support foreign key constraints and transactions. We place a foreign key constraint
    0 码力 | 23 页 | 2.52 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 中文文档

    ��������������� API -> model� ���������������������������� Mysql �� InnoDB � BDB ������������ Mysql ����������������� ����� InnoDB � BDB� SQLite ������� ������ startTrans � commit � rollback 3 ��������� PRIMARY KEY (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SQL redis Session Session �� � � 2.0.6 ������� adapter ��� �� Cookie
    0 码力 | 238 页 | 1.87 MB | 1 年前
    3
  • pdf文档 ThinkJS 3.0 中文文档

    PRIMARY KEY (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; redis Session 使用 redis 类型的Session需要依赖 think-redis 模块。 如何配置Session 配置文件 模型中更多的操作方式请见相关的 API -> model。 事务 模型中提供了对事务操作的支持,但前提需要数据库支持事务。 Mysql 中的 InnoDB 和 BDB 存储引擎支持事务,如果在 Mysql 下使用事务的话,需要将数据库 的存储引擎设置为 InnoDB 或 BDB。 SQLite 直接支持事务。 使用事务 模型中提供了 startTrans , commit 和 rollback
    0 码力 | 129 页 | 2.12 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.1 Documentation

    are using supports transaction too. InnoDB and BDB engine of Mysql support transaction, if you need to use transaction in Mysql, must set the engine to InnoDB or BDB. SQLite supports transaction PRIMARY KEY (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SQL redis Session Configurate Session export default { type: 'file'
    0 码力 | 148 页 | 1.69 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.0 Documentation

    are using supports transaction too. InnoDB and BDB engine of Mysql support transaction, if you need to use transaction in Mysql, must set the engine to InnoDB or BDB. SQLite supports transaction PRIMARY KEY (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; SQL redis Session Configurate Session export default { type: 'file'
    0 码力 | 141 页 | 1.61 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 Documentation

    are using supports transaction too. InnoDB and BDB engine of Mysql support transaction, if you need to use transaction in Mysql, must set the engine to InnoDB or BDB. SQLite supports transaction PRIMARY KEY (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; The think_ should be replaced with the table prefix in database configuration
    0 码力 | 156 页 | 2.62 MB | 1 年前
    3
  • pdf文档 ThinkJS 2.2 中文文档

    模型中更多的操作方式请见相关的 API -> model。 事务 模型中提供了对事务操作的支持,但前提需要数据库支持事务。 Mysql 中的 InnoDB 和 BDB 存储引擎支持事务,如果在 Mysql 下使用事务的话,需要将数据库 的存储引擎设置为 InnoDB 或 BDB。 SQLite 直接支持事务。 使用事务 模型中提供了 startTrans , commit 和 rollback PRIMARY KEY (`id`), UNIQUE KEY `cookie` (`cookie`), KEY `expire` (`expire`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; 需要将 think_ 改为 db 配置中的数据表前缀。 redis Session 使用 redis 类型的 Session 需要配置 Redis,具体见
    0 码力 | 277 页 | 3.61 MB | 1 年前
    3
  • pdf文档 Laravel 3.2 Documentation

    the engine on both tables has to be set to InnoDB, and the referenced table must be created before the table with the foreign key. $table->engine = 'InnoDB'; $table->integer('user_id')->unsigned();
    0 码力 | 139 页 | 1.13 MB | 1 年前
    3
  • pdf文档 Python3 基础教程 - 廖雪峰

    391/531 是为服务器端设计的数据库,能承受高并发访问,同时占用的内存也远 远大于 SQLite。 此外,MySQL 内部有多种数据库引擎,最常用的引擎是支持数据库事 务的 InnoDB。 安装 MySQL 可以直接从 MySQL 官方网站下载最新的 Community Server 5.6.x 版本。 MySQL 是跨平台的,选择对应的平台下载安装文件,安装即可。 /etc/mysql/my.cnf: [client] default-character-set = utf8 [mysqld] default-storage-engine = INNODB character-set-server = utf8 collation-server = utf8_general_ci 重启 MySQL 后,可以通过 MySQL 的客户端命令行检查编码: `idx_email` (`email`), key `idx_created_at` (`created_at`), primary key (`id`) ) engine=innodb default charset=utf8; create table blogs ( `id` varchar(50) not null, `user_id` varchar(50)
    0 码力 | 531 页 | 5.15 MB | 1 年前
    3
  • epub文档 Celery 1.0 Documentation

    information about InnoDBs transaction model see MySQL - The InnoDB Transaction Model and Locking [http://dev.mysql.com/doc/refman/5.1/en/innodb-transaction- model.html] in the MySQL user manual. (Thanks
    0 码力 | 221 页 | 283.64 KB | 1 年前
    3
共 132 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 14
前往
页
相关搜索词
handbookmysqlandjdbc20171106pdfThinkJS2.0中文文档3.02.1Documentation2.2Laravel3.2Python3基础教程基础教程雪峰Celery1.0
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩