简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
已集成 VirtIO驱动简体中文windows server 2012, 2008, 2003系统ISO镜像下载地址。适用于上传自定义ISO并且使用 VirtIO驱动的kvm架构vps,vultr家vps 亲测可用,另有Windows XP,Windows 7,Windows 8,8.1系统全部集成 VirtIO驱动Windows Server 2003https://cod...
需求:精确匹配查找某个字符串精确匹配:例如:在抽取字符串“48”,返回结果包含诸如484和483等包含“48”的其他字符串,实际上应精确抽取只包含48的各行。使用grep抽取精确匹配的一种有效方式是在抽取字符串前加 \ <, 在抽取字符串后加 \ > 。假定现在精确抽取48,方法如下:#grep ' \ <48\>' filename转载...
function addServerUrlToJson() {var json_tem = [{"name":"a","value":1}];var arr={"name" : "aaa","value" : "bbb"};json_tem.push(arr);...
在v-for循环里<ul class="project_content"><li v-for="(item, index) in items" :key="index" v-if="index%2==0"><div class="project_wrap clearfix"><router-l...
系列目录问题描述:周五写字楼整体停电,周一再来的时候发现很多pod的状态都是Terminating,经排查是因为测试环境kubernetes集群中的有些节点是PC机,停电后需要手动开机才能起来.起来以后节点恢复正常,但是通过journalctl -fu kubelet查看日志不断有以下错误[root@k8s-node4 pods]# journalctl -fu kubelet-- Lo...
angular2需要用到typescript和 npm1.angular2git 地址https://github.com/mgechev/switching-to-angular2.git下载项目 到本地文件夹switching-to-angular22. cd switching-to-angular23. npm install 下载5. np...
扫描wifi信息:http://code.google.com/p/uwecaugmentedrealityproject/http://code.google.com/p/iphone-wireless/条形码扫描:http://zbar.sourceforge.net/iphone/sdkdoc/install.htmltcp/ip的通讯协议:http://code.g...
概念:工作区:(git add filename)--> 暂存区:(git commit -m"note")--> 分支:(git push origin master )--> 远程库:origin查看分支情况git log --oneline --decorate --graph --allgit branch --merged:查看已经合并的分支git branch...
系统: redhat serever 5.3 linux 2.6.18现在要升级到 LINUX 内核 2.6.32安装步骤:1.下载装源代码:https://www.kernel.org/找到 https://www.kernel.org/pub/ 链接查找linux->kernel->v2.6->linux-2.6.32.tar.bz22.拖动虚...
查看JEECMS的源代码发现开发者版本还没有类似现成的统计标签,一种解决的办法是使用现有的JEECMS标签,像这样Struts( [@cms_content_list channel=id]${tag_list?size}[/@cms_content_list] ) ,但是这样的做法非常地低效,原因是[@cms_content_list]标签会把所有当前栏目的文章内容对象查询出来,做全表查询!没办