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

无数据

分类

全部后端开发(57)C++(33)数据库(14)Python(13)Django(13)TiDB(13)Julia(10)云计算&大数据(10)VirtualBox(5)系统运维(3)

语言

全部英语(61)中文(简体)(15)中文(繁体)(10)英语(1)

格式

全部PDF文档 PDF(77)其他文档 其他(6)PPT文档 PPT(3)DOC文档 DOC(1)
 
本次搜索耗时 0.502 秒,为您找到相关结果约 87 个.
  • 全部
  • 后端开发
  • C++
  • 数据库
  • Python
  • Django
  • TiDB
  • Julia
  • 云计算&大数据
  • VirtualBox
  • 系统运维
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • PPT文档 PPT
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 C++20 镶 SQL

    C++20 ❤ SQL John R Bandela, MDOverview u SQL u C++ Example u Implementation techniques u fixed_string u meta_struct u Parsing compile time strings into meta_structsOverview v SQL v C++ Example {price_from_user};Avoiding SQL Injection Attacks SELECT orders.id, name, item, price, discount_code FROM orders JOIN customers ON customers.id = customerid WHERE price > ?;SQL Library Options u Traditional Lots of information available u Vulnerable to sql injection of developer not careful u Use dynamic typingDomain Specific Language u Use types to encode SQL u Looks more like regular C++ u Typically requires
    0 码力 | 46 页 | 775.02 KB | 5 月前
    3
  • epub文档 Django CMS 3.11.10 Documentation

    (Step 4) The page we just created is just a draft and needs to be published once you finish. As an editor, only you can see and edit your drafts, other visitors to your site will only see your published to modify the settings.py and urls.py files. Open the new project’s settings.py file in your text editor. INSTALLED_APPS You will need to add the following to its list of INSTALLED_APPS: django CMS needs Django CMS CKEditor [https://github.com/django-cms/djangocms-text-ckeditor] is the default rich text editor for django CMS. Install: pip install djangocms-text-ckeditor. Add djangocms_text_ckeditor to your
    0 码力 | 493 页 | 1.44 MB | 6 月前
    0.03
  • epub文档 Django CMS 4.1.x Documentation

    (Step 4) The page we just created is just a draft and needs to be published once you finish. As an editor, only you can see and edit your drafts, other visitors to your site will only see your published to modify the settings.py and urls.py files. Open the new project’s settings.py file in your text editor. INSTALLED_APPS You will need to add the following to its list of INSTALLED_APPS: django CMS needs Django CMS CKEditor [https://github.com/django-cms/djangocms-text-ckeditor] is the default rich text editor for django CMS. Install: pip install djangocms-text-ckeditor. Add djangocms_text_ckeditor to your
    0 码力 | 518 页 | 1.66 MB | 6 月前
    3
  • pdf文档 TIDB The Large Scale Relational Database Solution

    DRAWBACKS 06 CONTENT REPORT AUTHORS: FRANCISCO R. VASSALLO CONTRIBUTORS: RUCHI MITTAL AI IMAGES: DALL-E EDITOR: SUSANNE HELLE PRODUCT REVIEW - 2022 - TIDB ICONIC DATA, DATATECH ICONIC DATA © ALL RIGHTS RESERVED Those with Large Databases (2TB+ Tables) Those with High Write Rates (Less than 20ms) Already use SQL databases Require high consistency A DATABASE SOLUTION TIDB 4 FEATURES SPEED SCALE Core to the solution GUARANTEES ON DATA READS AND WRITES MySQL compatibility for TiDB means existing queries work with this SQL database out of the box, and with little to no need for adaptation. It also means existing tools
    0 码力 | 12 页 | 5.61 MB | 5 月前
    3
  • pdf文档 From Your First Line of Code to Your Largest Repo: How Visual Studio Code Can Help You Develop More Efficiently in C++

    C++ Microsoft C++ Getting Started with C++ & CMake Hello again, WorldMicrosoft C++ IDE or Code Editor (VS Code, Visual Studio) What you’ll need to develop in C++ Want to learn more? Check out the "Back IntelliSense across your files Download the Extension of Your Choice: Jupyter Notebooks • Use C#, Python, SQL, PowerShell, and more in one notebook • Invoke executable scripts What if I’m working with multiple
    0 码力 | 31 页 | 2.76 MB | 5 月前
    3
  • pdf文档 Trends Artificial Intelligence

    Industries = Growing Very Quickly… Software EngineeringSpecialized AI – Software Engineering (Code Editor) = Anysphere Cursor AI ARR @ $1MM to $300MM in Twenty-Five Months 233 Something beautiful is happening (8/24) …We're delighted to report that Cursor is now used by millions of programmers as their editor of choice. Our proprietary models now generate more code than almost any LLMs in the world and Azure AI Foundry expansion • NLWeb • Model Context Protocol (MCP) integration • Entra Agent ID • SQL Server 2025 • Windows Subsystem for Linux Open- Source • GitHub Copilot Chat Extension • Aurora
    0 码力 | 340 页 | 12.14 MB | 4 月前
    3
  • pdf文档 julia 1.10.10

    whether single- or triple-quoted, result in a newline (LF) character \n in the string, even if your editor uses a carriage return \r (CR) or CRLF combination to end lines. To include a CR in a string, use missing object, which is the singleton instance of the type Missing. missing is equivalent to NULL in SQL and NA in R, and behaves like them in most situations. 20.1 Propagation of Missing Values missing This follows the well-established rules of three-valued logic which are implemented by e.g. NULL in SQL and NA in R. This abstract definition corresponds to a relatively natural behavior which is best explained
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.10.9

    whether single- or triple-quoted, result in a newline (LF) character \n in the string, even if your editor uses a carriage return \r (CR) or CRLF combination to end lines. To include a CR in a string, use missing object, which is the singleton instance of the type Missing. missing is equivalent to NULL in SQL and NA in R, and behaves like them in most situations. 20.1 Propagation of Missing Values missing This follows the well-established rules of three-valued logic which are implemented by e.g. NULL in SQL and NA in R. This abstract definition corresponds to a relatively natural behavior which is best explained
    0 码力 | 1692 页 | 6.34 MB | 3 月前
    3
  • pdf文档 Julia 1.11.4

    whether single- or triple-quoted, result in a newline (LF) character \n in the string, even if your editor uses a carriage return \r (CR) or CRLF combination to end lines. To include a CR in a string, use missing object, which is the singleton instance of the type Missing. missing is equivalent to NULL in SQL and NA in R, and behaves like them in most situations. 21.1 Propagation of Missing Values missing This follows the well-established rules of three-valued logic which are implemented by e.g. NULL in SQL and NA in R. This abstract definition corresponds to a relatively natural behavior which is best explained
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
  • pdf文档 Julia 1.11.5 Documentation

    whether single- or triple-quoted, result in a newline (LF) character \n in the string, even if your editor uses a carriage return \r (CR) or CRLF combination to end lines. To include a CR in a string, use missing object, which is the singleton instance of the type Missing. missing is equivalent to NULL in SQL and NA in R, and behaves like them in most situations. 21.1 Propagation of Missing Values missing This follows the well-established rules of three-valued logic which are implemented by e.g. NULL in SQL and NA in R. This abstract definition corresponds to a relatively natural behavior which is best explained
    0 码力 | 2007 页 | 6.73 MB | 3 月前
    3
共 87 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 9
前往
页
相关搜索词
C++20SQLhttpsdocsdjangocmsorgdownloadsenlatestDocumentationDjangoCMS4.1TIDBTheLargeScaleRelationalDatabaseSolutionFromYourFirstLineofCodetoLargestRepoHowVisualStudioCanHelpYouDevelopMoreEfficientlyinTrendsArtificialIntelligencejulia1.1010Julia1.11
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩