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

无数据

分类

全部后端开发(460)综合其他(303)Weblate(218)Python(211)云计算&大数据(170)数据库(151)Julia(87)VirtualBox(85)Django(79)数据库工具(66)

语言

全部英语(1009)中文(简体)(100)中文(繁体)(20)英语(5)日语(4)德语(2)法语(1)韩语(1)葡萄牙语(1)

格式

全部PDF文档 PDF(828)其他文档 其他(316)
 
本次搜索耗时 0.176 秒,为您找到相关结果约 1000 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • 云计算&大数据
  • 数据库
  • Julia
  • VirtualBox
  • Django
  • 数据库工具
  • 全部
  • 英语
  • 中文(简体)
  • 中文(繁体)
  • 英语
  • 日语
  • 德语
  • 法语
  • 韩语
  • 葡萄牙语
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 5 tips for your first Istio.io Contribution

    #IstioCon 5 tips for your first Istio.io Contribution Albert Sun | @albertsun0 #IstioCon About Me I’m a high schooler who loves learning about everything related to computers, especially interface
    0 码力 | 14 页 | 717.74 KB | 1 年前
    3
  • pdf文档 pandas: powerful Python data analysis toolkit - 0.25

    import numpy as np Most of the examples will utilize the tips dataset found within pandas tests. Well read the data into a DataFrame called tips and assume we have a database table of the same name and ('https://raw.github.com/pandas-dev' ...: '/pandas/master/pandas/tests/data/tips.csv') ...: In [4]: tips = pd.read_csv(url) In [5]: tips.head() Out[5]: total_bill tip sex smoker day time size 0 16.99 1.01 SELECT total_bill, tip, smoker, time FROM tips LIMIT 5; With pandas, column selection is done by passing a list of column names to your DataFrame: In [6]: tips[['total_bill', 'tip', 'smoker', 'time']]
    0 码力 | 698 页 | 4.91 MB | 1 年前
    3
  • pdf文档 Object Lifetime: From Start to Finish

    o; ____________ val = o.getFoo(); } 1 2 3 4 5 6 7 8 9 80 https://abseil.io/tips/101https://abseil.io/tips/101 Return Initialize 81 const Foo& const Foo Foo& Foo struct Foo; struct Obj { main() { Obj o; ____________ val = o.getFoo(); } 1 2 3 4 5 6 7 8 9 1/9https://abseil.io/tips/101 Return Initialize 82 const Foo& const Foo Foo& Foo struct Foo; struct Obj { ____________ Obj o; ____________ val = o.getFoo(); } 1 2 3 4 5 6 7 8 9 Foo Foo 1/9https://abseil.io/tips/101 Return Initialize 83 const Foo& const Foo Foo& Foo struct Foo; struct Obj { ____________
    0 码力 | 214 页 | 9.34 MB | 5 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    There’s also TracySharedLockable[N] (and SharedLockableBase) for reader-writer mutex44 What’s Next? Tips & Tricks (& Gotchas) Study Cases from Adobe A Look at Tracy’s Sampling Mode Explore Together & (very briefly)Apple users... ...get a real mouse*! 45 holding right button while moving pointer! Tips & Tricks *or help fix Apple trackpad gestures in ImGui• Idling • Waits • Sleeps • Lock acquisition logging, … interrupts, user input activity, spurious wake-ups, … 46 Instrument the “usual suspects ” Tips & Tricks• Idling • Waits • Sleeps • Lock acquisition (contention) • Memory operations • Explicit
    0 码力 | 84 页 | 8.70 MB | 5 月前
    3
  • pdf文档 Tracy: A Profiler You Don't Want to Miss

    TracySharedLockable[N] (and SharedLockableBase) for readers-writer mutex (std::shared_mutex)44 What’s Next? Tips & Tricks (& Gotchas) Study Cases from Adobe A Look at Tracy’s Sampling Mode Explore Together & Time for Questions GPU instrumentation (very briefly)Apple users... ...get a real mouse*! 45 Tips & Tricks *or help fix Apple trackpad gestures in ImGui• Idling • Waits • Sleeps • Lock acquisition logging, … interrupts, user input activity, spurious wake-ups, … 46 Instrument the “usual suspects ” Tips & Tricks• Idling • Waits • Sleeps • Lock acquisition (contention) • Memory operations • Explicit system
    0 码力 | 85 页 | 6.51 MB | 5 月前
    3
  • pdf文档 Ubuntu Desktop Guide

    disks… Universal access Seeing, hearing, mobility, braille… Tips & tricks Special characters, middle click shortcuts… Get more help Tips on using this guide, help improve this guide… Welcome to Ubuntu Introduction, keyboard shortcuts, windows… Ubuntu Desktop Guide See Also About this guide — A few tips on using the Ubuntu Desktop Guide. Use the Launcher to start applications The Launcher is one of may be asked for your password to power off. See Also Use less power and improve battery life — Tips to reduce the power consumption of your computer. More Information Power & battery — Suspend, energy
    0 码力 | 1709 页 | 5.81 MB | 1 年前
    3
  • epub文档 Krita 5.2 Manual

    move the content of the selection (you have to press the T key or select the Move Tool). Some other tips: If you want to convert a layer to a selection (to select the visible pixels), right-click on the ‘Export for web’, ‘Image Ready’ for GIF frame or slicing web image, etc. Conclusion Using these tips you will probably be up to speed with Krita in a short time. If you find other things worth mentioning those settings into presets. Unlike Photoshop, Krita makes a difference between brush-tips and brush-presets. Tips are only a stamp of sorts, while the preset uses a tip and many other settings to create
    0 码力 | 1502 页 | 79.07 MB | 1 年前
    3
  • pdf文档 鸟哥的 Linux 私房菜:基础学习篇 第四版

    以产生或储存成有用的信息”。因此,只要有输入设备 (不 管是键盘还是触摸屏) 及输出设备 (例如电脑屏幕或直接由打印机打印出来),让你可以输 入数据使该机器产生信息的, 那就是一部计算机了。 Tips 电脑可以协助人们进行大量的运算!以前如果要计算化学反应式都得要算个老半天,有 了电脑仿真软件后,就有不一样的情况发生了! 以下图为例,鸟哥的工作中,有一项是需要 将人们排放的空气污染物带入电 的重点是在进行运算与判断,那么要被运算与判断的数据是从哪里来的? CPU 读 取的数据都是从内存来的! 内存内的数据则是从输入单元所传输进来!而 CPU 处理完毕的 数据也必须要先写回内存中,最后数据才从内存传输到输出单元。 Tips 为什么我们都会说,要加快系统性能,通常将内存容量加大就可以获得相当好的成效? 如同下图以及上面的说明,因为所有的数据都要经过内存的传输, 所以内存的容量如果太 小,数据高速缓存就不足~影响性能相当大啊!尤其针对 在2003年以前由Intel所开发的x86架构CPU由8位升级到16、32位,后来AMD依此架构修改新 一代的CPU为64位, 为了区别两者的差异,因此64位的个人电脑CPU又被统称为x86_64的 架构喔! Tips 所谓的位指的是CPU一次数据读取的最大量!64位CPU代表CPU一次可以读写64bits这 么多的数据,32位CPU则是CPU一次只能读取32位的意思。 因为CPU读取数据量有限制,因 此能
    0 码力 | 1158 页 | 13.73 MB | 1 年前
    3
  • pdf文档 鸟哥的Linux私房菜:基础学习篇 第四版

    处理后, 以产生或储存成有用的信息”。因此,只要有输入设备 (不管是键盘还是触摸屏) 及输出设备 (例如电 脑屏幕或直接由打印机打印出来),让你可以输入数据使该机器产生信息的, 那就是一部计算机了。 Tips 电脑可以协助人们进行大量的运算!以前如果要计算化学反应式都得要算个老半天,有了电脑仿真软件后,就 有不一样的情况发生了! 以下图为例,鸟哥的工作中,有一项是需要将人们排放的空气污染物带入电脑模式进行仿真 的重点是在进行运算与判断,那么要被运算与判断的数据是从哪里来的? CPU 读取的数据都是从内存来 的! 内存内的数据则是从输入单元所传输进来!而 CPU 处理完毕的数据也必须要先写回内存中,最后数据才从内存 传输到输出单元。 Tips 为什么我们都会说,要加快系统性能,通常将内存容量加大就可以获得相当好的成效?如同下图以及上面的说 明,因为所有的数据都要经过内存的传输, 所以内存的容量如果太小,数据高速缓存就不足~影响性能相当大啊!尤 在2003年以前由Intel所开发的x86架构CPU由8位升级到16、32位,后来AMD依此架构修改新一代的CPU为64位, 为了区别两者的差异,因此64位的个人电脑CPU又被统称为x86_64的架构喔! Tips 所谓的位指的是CPU一次数据读取的最大量!64位CPU代表CPU一次可以读写64bits这么多的数据,32位CPU 则是CPU一次只能读取32位的意思。 因为CPU读取数据量有限制,因此能够从内存中读写的数据也就有所限制。所
    0 码力 | 1057 页 | 14.60 MB | 1 年前
    3
  • epub文档 Krita 5.2 브로셔

    move the content of the selection (you have to press the T key or select the Move Tool). Some other tips: If you want to convert a layer to a selection (to select the visible pixels), right-click on the ‘Export for web’, ‘Image Ready’ for GIF frame or slicing web image, etc. Conclusion Using these tips you will probably be up to speed with Krita in a short time. If you find other things worth mentioning those settings into presets. Unlike Photoshop, Krita makes a difference between brush-tips and brush-presets. Tips are only a stamp of sorts, while the preset uses a tip and many other settings to create
    0 码力 | 1531 页 | 79.11 MB | 1 年前
    3
共 1000 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 100
前往
页
相关搜索词
tipsforyourfirstIstioioContributionpandaspowerfulPythondataanalysistoolkit0.25ObjectLifetimeFromStarttoFinishTracyProfilerYouDonWantMissUbuntuDesktopGuideKrita5.2Manual鸟哥Linux私房基础学习第四四版第四版
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩