上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 186 下一页
摘要: shell 字符串与数字 拼接 执行字符串语句 阅读全文
posted @ 2018-03-23 18:47 papering 阅读(2229) 评论(0) 推荐(0) 编辑
摘要: https://www.sysgeek.cn/split-download-large-file-curl/ 全国已经慢慢开始进入了光纤时代,网速也在逐步攀升,这让我们在下载大文件时变得非常爽。当然,在 Windows 下大家可能会用到 XunLei 之类的下载工具,一般此类下载工具都是将网络上的文 阅读全文
posted @ 2018-03-23 17:18 papering 阅读(1445) 评论(0) 推荐(0) 编辑
摘要: 中文名称 CURD 含义 数据库技术中的缩写词 操作对象 一般的项目开发的各种参数 作用 用于处理数据的基本原子操作 中文名称 CURD 含义 数据库技术中的缩写词 操作对象 一般的项目开发的各种参数 作用 用于处理数据的基本原子操作 中文名称 CURD 含义 数据库技术中的缩写词 操作对象 一般的 阅读全文
posted @ 2018-03-23 14:18 papering 阅读(281) 评论(0) 推荐(0) 编辑
摘要: linux替换目录下所有文件中的某字符串 比如,要将目录/modules下面所有文件中的zhangsan都修改成lisi,这样做:sed -i "s/zhangsan/lisi/g" `grep zhangsan -rl /modules`解释一下:-i 表示inplace edit,就地修改文件- 阅读全文
posted @ 2018-03-23 09:25 papering 阅读(6973) 评论(0) 推荐(1) 编辑
摘要: document.title 阅读全文
posted @ 2018-03-22 14:51 papering 阅读(139) 评论(0) 推荐(0) 编辑
摘要: shell 字符串拼接 获取自身文件名 日志记录 [root@hadoop2 xiaole_chk_url]# sh a.sh123.loga.sh[root@hadoop2 xiaole_chk_url]# cat a.sha=123b=${a}.log${BASH_SOURCE}echo $b[ 阅读全文
posted @ 2018-03-22 10:50 papering 阅读(683) 评论(0) 推荐(0) 编辑
摘要: yum install -y dos2unix start.sh: line 7: $'\r': command not found linux 怎么把^M去掉 - CSDN博客 http://blog.csdn.net/humanof/article/details/53044217 在linux 阅读全文
posted @ 2018-03-22 09:02 papering 阅读(562) 评论(0) 推荐(0) 编辑
摘要: ROST文本分析 阅读全文
posted @ 2018-03-21 14:16 papering 阅读(504) 评论(0) 推荐(0) 编辑
摘要: https://www.elastic.co/guide/cn/elasticsearch/guide/current/data-in-data-out.html An object is a language-specific, in-memory data structure. To send 阅读全文
posted @ 2018-03-21 11:26 papering 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 组合过滤器 | Elasticsearch: 权威指南 | Elastic https://www.elastic.co/guide/cn/elasticsearch/guide/current/combining-filters.html 这种情况下,我们需要 bool (布尔)过滤器。 这是个 阅读全文
posted @ 2018-03-21 10:21 papering 阅读(343) 评论(0) 推荐(0) 编辑
摘要: q3 = int(float(q3.replace('万', '')) * 10000) 阅读全文
posted @ 2018-03-20 13:31 papering 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://sztocc.sztb.gov.cn/roadcongmore.aspx最终实现这几个图:1. 实时道路交通可视化2. 实时道路拥堵排名3. 历史路况时间序列图4. 每日每小时道况热力图5. 每小时内道况南丁格尔玫瑰图6. 每小时内总体路况圆盘图 阅读全文
posted @ 2018-03-19 17:56 papering 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 二维码(带有图片)的生成 - javaobject - 博客园 https://www.cnblogs.com/a8457013/p/7239722.html 调整二维码,大小 图片缩放 维持数据库文件名不变,覆盖文件 阅读全文
posted @ 2018-03-19 10:45 papering 阅读(751) 评论(0) 推荐(0) 编辑
摘要: cat url.pool.txt | sort | uniq 阅读全文
posted @ 2018-03-19 10:11 papering 阅读(248) 评论(0) 推荐(0) 编辑
摘要: shell 脚本大文件处理 字符串处理 shell变量里的字符替换 - CSDN博客 http://blog.csdn.net/augusdi/article/details/41010041 linux shell 字符串操作详解 (长度,读取,替换,截取,连接,对比,删除,位置 ) - gaom 阅读全文
posted @ 2018-03-16 09:47 papering 阅读(554) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Domain-specific_language A domain-specific language (DSL) is a computer language specialized to a particular application 阅读全文
posted @ 2018-03-16 09:40 papering 阅读(1167) 评论(0) 推荐(0) 编辑
摘要: 文件分割 "www.laiwunews.cn/xinxi/25324717.html""www.zznews.cn/xinxi/10411214.html""tongren.qd8.com.cn/daikuan/xinxi2_41773448.html""www.ailaba.org/sell/28 阅读全文
posted @ 2018-03-15 16:37 papering 阅读(459) 评论(0) 推荐(0) 编辑
摘要: mmap内存映射在应用和内核/驱动交互,进程间交互,大规模数据传输/大文件读写中的使用_mmap函数是用在内核么_王道泼的博客-CSDN博客 https://blog.csdn.net/sam2009944096/article/details/113040116 Linux 内存映射函数 mmap 阅读全文
posted @ 2018-03-15 11:11 papering 阅读(396) 评论(0) 推荐(0) 编辑
摘要: a 翻译 搜索 复制 阅读全文
posted @ 2018-03-15 08:42 papering 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 4.3. Invocation Invoking a function suspends the execution of the current function, passing control and parameters to the new function. In addition to 阅读全文
posted @ 2018-03-14 23:09 papering 阅读(257) 评论(0) 推荐(0) 编辑
摘要: js4种调用模式中的 前两种 阅读全文
posted @ 2018-03-14 22:45 papering 阅读(224) 评论(0) 推荐(0) 编辑
摘要: [root@hadoop2 xiaole_chk_url]# cat looh.index.splitfile.sh loop_c=0loop_step=10001loop_tag=0str_head='{"delete":{"_id":"'str_foot='"}}'bulk_file=bulk. 阅读全文
posted @ 2018-03-14 17:50 papering 阅读(246) 评论(0) 推荐(0) 编辑
摘要: ## Prevent the "split brain" by configuring the majority of nodes (total number of nodes / 2 + 1):## discovery.zen.minimum_master_nodes: 3# 阅读全文
posted @ 2018-03-13 14:40 papering 阅读(212) 评论(0) 推荐(0) 编辑
摘要: bash 循环 算术计算 读写文件 [root@hadoop2 ~]# sh looh.sh1234LIZ1 2 3 4 0 1 2 3 4 5 6 7 8 9 10 0games:x:12:100:games:/usr/games:/sbin/nologin12ok0rpc:x:32:32:Rpc 阅读全文
posted @ 2018-03-13 11:11 papering 阅读(323) 评论(0) 推荐(0) 编辑
摘要: bulk [root@hadoop2 ~]# cat bulk.del.es.json {"delete":{"_index":"direct_vote","_type":"kwaddress","_id":"b2b.88152.com/show-3005770.html"}}{"delete":{ 阅读全文
posted @ 2018-03-13 08:30 papering 阅读(464) 评论(0) 推荐(0) 编辑
摘要: =HYPERLINK("http://"&C2,"http://"&C2) 阅读全文
posted @ 2018-03-12 11:27 papering 阅读(658) 评论(0) 推荐(0) 编辑
摘要: if(function y(){}){console.log(1)}VM142:1 1undefinedif(z){console.log(1)}VM144:1 Uncaught ReferenceError: z is not defined at <anonymous>:1:1(anonymou 阅读全文
posted @ 2018-03-09 22:53 papering 阅读(244) 评论(0) 推荐(0) 编辑
摘要: import pymysqlfrom redis import Redisimport time h, pt, u, p, db = '192.168.2.210', 3306, 'root', 'nfwt&2016', 'xl_product_DONOT_REMOVE' h, pt, u, p, 阅读全文
posted @ 2018-03-09 14:04 papering 阅读(3090) 评论(0) 推荐(0) 编辑
摘要: 允许root远程ip访问 grant all privileges on *.* to 'root'@'%' identified by '123456' with grant option; 阅读全文
posted @ 2018-03-09 13:54 papering 阅读(109) 评论(0) 推荐(0) 编辑
摘要: 通过分析访问的路径,发现,访问者访问其他页面,直接跳出 页面跳出率 100% 说明: 连作者都发现的导航路径不清晰 对导航进行改版:清晰、明了 阅读全文
posted @ 2018-03-08 18:33 papering 阅读(222) 评论(0) 推荐(0) 编辑
摘要: RewriteEngine OnRewriteBase / RewriteCond %{HTTP_USER_AGENT} (android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hipto 阅读全文
posted @ 2018-03-07 16:19 papering 阅读(253) 评论(0) 推荐(0) 编辑
摘要: Baum–Welch algorithm 世界上只有一个巴菲特,也只有一家文艺复兴科技公司_搜狐财经_搜狐网 http://www.sohu.com/a/157018893_649112 阅读全文
posted @ 2018-03-07 11:42 papering 阅读(203) 评论(0) 推荐(0) 编辑
摘要: 支持快进 <div class="music-part"> <div class="box-bg"></div> <div class="border-box"></div> <div class="xc-video"> <div class="v-box"> <a href="javascript 阅读全文
posted @ 2018-03-07 11:35 papering 阅读(226) 评论(0) 推荐(0) 编辑
摘要: js 修改 iframe it=document.getElementById('ueditor_0').contentWindow.document.getElementsByTagName("body")[0]; it.innerHTML='<li ><img src="https://www. 阅读全文
posted @ 2018-03-06 16:09 papering 阅读(874) 评论(0) 推荐(0) 编辑
摘要: 今日头条发表文章 python-docx — python-docx 0.8.6 documentation http://python-docx.readthedocs.io/en/latest/ 阅读全文
posted @ 2018-03-06 10:22 papering 阅读(202) 评论(0) 推荐(0) 编辑
摘要: 大型网站图片服务器架构的演进 - 丁浪 - 博客园 https://www.cnblogs.com/dinglang/p/4608915.html 架构高性能海量图片服务器的技术要素 - 北游运维 - 开源中国 https://my.oschina.net/beiyou/blog/83210 在笔者 阅读全文
posted @ 2018-03-05 14:42 papering 阅读(311) 评论(0) 推荐(0) 编辑
摘要: http://www.alloyteam.com/2016/03/es6-front-end-developers-will-have-to-know-the-top-ten-properties/ 阅读全文
posted @ 2018-03-02 22:02 papering 阅读(154) 评论(0) 推荐(0) 编辑
摘要: lpk.dll 阅读全文
posted @ 2018-03-02 11:43 papering 阅读(143) 评论(0) 推荐(0) 编辑
摘要: import requestsimport reimport timefrom redis import Redisimport threadingREDIS_HOST, REDIS_PORT, PASSWORD = '192.168.2.51', '6379', 'mypwd'rds = Redis(host=REDIS_HOST, port=REDIS_PORT, password=PAS... 阅读全文
posted @ 2018-02-27 17:33 papering 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 如何处理大体积 XLSX/CSV/TXT 文件? https://mp.weixin.qq.com/s/3VmDBu_bZ-Ew6XYdeFDcWw https://www.zhihu.com/question/39593108 作者:ZeroOne链接:https://www.zhihu.com/ 阅读全文
posted @ 2018-02-27 17:09 papering 阅读(564) 评论(0) 推荐(0) 编辑
上一页 1 ··· 127 128 129 130 131 132 133 134 135 ··· 186 下一页