码迷,mamicode.com
首页 >  
搜索关键字:manual    ( 2148个结果
c# 线程池多任务处理并返回值
先新建一个封装类 包含 manual和返回值 using System;using System.Threading; public class ThreadReturnData { public ManualResetEvent manual; public string res; public ...
分类:编程语言   时间:2021-03-12 14:24:55    阅读次数:0
SED LEARN NOTE
SED LEARN NOTE 参考资料 左耳朵耗子叔sed教程 GNU online sed manual SED LEARN NOTE sed基本格式 sed [option] [sed-command] input-file sed对文本的每一行依次执行sed-command,最终返回处理结果 ...
分类:其他好文   时间:2021-03-01 13:19:59    阅读次数:0
cmake官方文档-相关概念
1. listfile (列表文件,即CMakeLists.txt) https://cmake.org/cmake/help/v3.19/manual/cmake-gui.1.html CMake is a cross-platform build system generator. Projec ...
分类:其他好文   时间:2021-02-20 12:32:02    阅读次数:0
Linux常用的命令
文件夹或者文件操作: 帮助 help 内部命令 man(manual) 外部命令 help cd 查看cd的帮助文档 man ls 查看ls的帮助文件 查看当前目录位置 pwd =print working directory 打印当前工作目录位置 进入文件夹 cd = change directo ...
分类:系统相关   时间:2021-02-20 12:09:25    阅读次数:0
BNC Part-of-speech codes
Extracted from the BNC Manual AJ0adjective (general or positive) e.g. good, oldAJCcomparative adjective e.g. better, olderAJSsuperlative adjective, e. ...
分类:其他好文   时间:2021-02-18 13:21:16    阅读次数:0
thinkphp5.0 视图
本知识点对应手册:点击查看 模板渲染: view目录下新建子目录(名称对应控制器名),文件名(html)对应控制器下的方法名 return $this->fetch();//渲染当前模板 return $this->fetch('b');//渲染指定模板 //助手函数写法 return view() ...
分类:Web程序   时间:2021-02-08 12:09:54    阅读次数:0
报错解决记录
-- 1064 -- 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use nea ...
分类:其他好文   时间:2021-01-27 13:38:40    阅读次数:0
PHP没有定时器?
确实,PHP没有类似于JS中的setInterval或者setTimeout这样的原生定时器相关的函数。但是我们可以通过其他方式来实现,比如使用declare。 先来看看是如何实现的,然后我们再好好学习一下declare表达式到底是个什么东西。 function do_tick($str = '') ...
分类:Web程序   时间:2021-01-26 12:27:44    阅读次数:0
win时间同步
win系统开机时间慢的解决方法 可连接互联网的解决方法:确认windows time服务已经开启,查看命令service w32time w32tm /config /manualpeerlist:ntp.aliyun.com /syncfromflags:manual /reliable:yes ...
分类:Windows程序   时间:2021-01-20 12:13:57    阅读次数:0
查看mongodb索引被使用的次数
版本要求>3.2 db.tablename.aggregate( [ { $indexStats: { } } ] ) 官网地址:https://docs.mongodb.com/manual/reference/operator/aggregation/indexStats/ ...
分类:数据库   时间:2021-01-20 11:52:58    阅读次数:0
2148条   上一页 1 2 3 4 ... 215 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!