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

无数据

分类

全部后端开发(49)C++(25)Julia(18)Python(6)Conan(5)PyMuPDF(4)Tornado(2)

语言

全部英语(39)中文(繁体)(10)

格式

全部PDF文档 PDF(46)PPT文档 PPT(2)其他文档 其他(1)
 
本次搜索耗时 0.031 秒,为您找到相关结果约 49 个.
  • 全部
  • 后端开发
  • C++
  • Julia
  • Python
  • Conan
  • PyMuPDF
  • Tornado
  • 全部
  • 英语
  • 中文(繁体)
  • 全部
  • PDF文档 PDF
  • PPT文档 PPT
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Tornado 6.5 Documentation

    (HTTPServer and AsyncHTTPClient). • An asynchronous networking library including the classes IOLoop and IOStream, which serve as the building blocks for the HTTP components and can also be used to implement other type of the application’s choosing. RequestHandler.detach() → IOStream Take control of the underlying stream. Returns the underlying IOStream object and stops all further HTTP processing. Intended for implementing true, decode incoming Content-Encoding: gzip class tornado.http1connection.HTTP1Connection(stream: IOStream, is_client: bool, params: HTTP1ConnectionParameters | None = None, context: object | None = None)
    0 码力 | 272 页 | 1.12 MB | 3 月前
    3
  • epub文档 Tornado 6.5 Documentation

    tornado.iostream — Convenient wrappers for non-blocking socketstornado.netutil — Miscellaneous network utilities tornado.tcpclient — IOStream connection factory tornado.tcpserver — Basic IOStream-based TCP (HTTPServer and AsyncHTTPClient). An asynchronous networking library including the classes IOLoop and IOStream, which serve as the building blocks for the HTTP components and can also be used to implement other type of the application’s choosing. RequestHandler.detach() → IOStream Take control of the underlying stream. Returns the underlying IOStream object and stops all further HTTP processing. Intended for implementing
    0 码力 | 437 页 | 405.14 KB | 3 月前
    3
  • pdf文档 Back to Basics Almost Always Vector

    1#include #include <iostream> #include int a[] = {0, 1, 2, 3, 4}; std::vector c = {0, 1, 2, 3, 4}; auto main() -> int { std::cout << "C style array: " << sizeof(a) / sizeof(a[0]) elements. Iterators Allocators Modifiers Oh My! 14The Basics 15Creating a std::vector #include <iostream> #include int main() { std::vector wa_years; // empty vector of years 0 [Done] exited with code=0 in 0.883 seconds 1 2 3 4 5 17Access data in a vector #include <iostream> #include int main() { std::vector co_years = {2019, 2020, 2021,
    0 码力 | 62 页 | 4.86 MB | 6 月前
    3
  • ppt文档 C++20's

    chrono::year_month_weekday_last • …11 Some examples: Simple Calendrical Types #include #include <iostream> using namespace std::chrono; int main() { year y{2021}; std::cout << y << "\n"; month 2021 Jan12 Some examples: Simple Calendrical Types (continued) #include #include <iostream> using namespace std::chrono; int main() { weekday wd{Thursday}; auto result = wd + days{4}; Mon Sun Sun Thu[4]13 Some examples: Compound Calendrical Types #include #include <iostream> using namespace std::chrono; int main() { year this_year{2021}; year last_year{2020};
    0 码力 | 55 页 | 8.67 MB | 6 月前
    3
  • pdf文档 Why is my Build so Slow

    Level Visualizing CompilationIncludes #include <iostream> int main() { std::cout << "Hello, world!" << std::endl; } 28Includes #include <iostream> int main() { std::cout << "Hello, world 1>::value; }; template <> struct Sum<0> { static const int value = 0; }; 33Templates 34 #include <iostream> template struct Sum { static const int value = N + Sum::value; }; template int value = 0; }; int main() { std::cout << Sum<5>::value << std::endl; }Templates #include <iostream> template struct Sum { static const int value = N + Sum::value; }; /* First instantiated
    0 码力 | 71 页 | 3.96 MB | 6 月前
    3
  • pdf文档 Au Units

    21.41. Can you get it? b) Delivery mechanism // Version identifier: 0.3.3 // <iostream> support: INCLUDED // List of included units: // amperes // bits // candelas // grams // https://commons.wikimedia.org/wiki/File:ADAF- 03-BRD_(14336910552).jpg Tired: Wired: double, float <iostream> 😰😱😵 int64_t, uint32_t, … const char[] 30.3Embedded friendliness By oomlout (Flickr), CC https://commons.wikimedia.org/wiki/File:ADAF- 03-BRD_(14336910552).jpg Tired: Wired: double, float <iostream> 😰😱😵 int64_t, uint32_t, … const char[] const auto &label = unit_label(Meters{} * Kilo{}
    0 码力 | 191 页 | 22.37 MB | 6 月前
    3
  • pdf文档 Some Things C++ Does Right

    cpp"); } 43 That’s it. We only need a using (for namespace std) and a few standard includes (iostream, fstream, string, iterator)A word about beauty and elegance // ... string read_all_text(const class Program { static void Main() { Write(Square(2)); } } 119 #include #include <iostream> using namespace std; auto square(int n) { return pow(n,2); } int main() { cout << square(2); const #include class Integral { /* ... */ }; class Point { /* ... */ }; #include <iostream> int main() { Point pt{ 2,3 }; // cannot modify pt.x here std::cout << pt << '\n'; } 136The
    0 码力 | 228 页 | 2.47 MB | 6 月前
    3
  • pdf文档 C++20 STL Features: 1 Year of Development on GitHub

    Left 5C++20 STL Features Part 1 6Comparing Integers 7Usual Arithmetic Conversions #include <iostream> using namespace std; int main() { cout << boolalpha; short s = -1; unsigned int ui = 1729; This prints false 🙀 8Integer Comparison Functions • GH-621 implemented by Neargye #include <iostream> #include using namespace std; int main() { cout << boolalpha; short s = -1; while looping 🐞 16Uniform Container Erasure • GH-236 and GH-566 implemented by SuperWig #include <iostream> #include #include using namespace std; void print(const vector& v) {
    0 码力 | 45 页 | 989.72 KB | 6 月前
    3
  • ppt文档 C++20 STL Features: 1 Year of Development on GitHub

    Left6 C++20 STL Features Part 17 Comparing Integers8 Usual Arithmetic Conversions #include <iostream> using namespace std; int main() { cout << boolalpha; short s = -1; unsigned This prints false 🙀9 Integer Comparison Functions • GH-621 implemented by Neargye #include <iostream> #include using namespace std; int main() { cout << boolalpha; short s looping 🐞17 Uniform Container Erasure • GH-236 and GH-566 implemented by SuperWig #include <iostream> #include #include using namespace std; void print(const vector& v)
    0 码力 | 45 页 | 702.09 KB | 6 月前
    3
  • pdf文档 Designing a Slimmer Vector of Variants

    reserved. The Challenges of Mixed Type Storage #include #include #include <iostream> int main() { vv::vector vec; vec.reserve_bytes(64); vec.rese reserved. The Woes of operator [] #include #include #include #include <iostream> using combo_type = std::variant; int main() { std::vector P. All rights reserved. The Woes of operator [] #include #include #include <iostream> #include using vector = vv::vector; int main() {
    0 码力 | 64 页 | 1.98 MB | 6 月前
    3
共 49 条
  • 1
  • 2
  • 3
  • 4
  • 5
前往
页
相关搜索词
Tornado6.5DocumentationBacktoBasicsAlmostAlwaysVectorC++20ChronoWhyismyBuildsoSlowAuUnitsSomeThingsDoesRightSTLFeaturesYearofDevelopmentonGitHubDesigningSlimmerVariants
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩