上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 46 下一页
摘要: Windows Server 2003 R2, x32 EDDVB4Y-KF6GK-MT3XX-FW3HC-VXTB6 阅读全文
posted @ 2016-11-17 09:42 小小高 阅读(417) 评论(0) 推荐(0)
摘要: { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "0.1.0", "command": "firefox", 阅读全文
posted @ 2016-11-17 08:57 小小高 阅读(5874) 评论(0) 推荐(0)
摘要: 重启防火墙 firewall-cmd --reload CentOS 7 设置开机自启动 https://www.cnblogs.com/ming-yuan/p/10028819.html 修改root账户的密码 sudo passwd 切换到root用户 su bbr: #!/bin/bashsu 阅读全文
posted @ 2016-11-16 20:15 小小高 阅读(665) 评论(0) 推荐(0)
摘要: cordova for android in windows环境配置 1.环境变量: JAVA_HOME :对应的JDK ANDROID_HOME:对应的安卓SDK PATH环境变量中加入%JAVA_HOME%和%ANDROID_HOME%\platform-tools、%ANDROID_HOME%\tools --使用cnpm npm install -g cnpm --registry... 阅读全文
posted @ 2016-11-15 17:17 小小高 阅读(439) 评论(0) 推荐(0)
摘要: //docker-machine创建,boot2docker要下载,或从tool box中取 docker-machine -s "E:\docker" create --engine-registry-mirror=https://xxxxx -d virtualbox default//http 阅读全文
posted @ 2016-11-10 15:42 小小高 阅读(323) 评论(0) 推荐(0)
摘要: pwd 显示当前目录 passwd 改密码 who am i 显示当前登录用户信息 ps 查看进程 ls 查看目录 vi 编辑文本 (i 进入编辑模式 esc+:然后输入wq(保存退出) q(退出不保存))/serverspeeder/bin/serverSpeeder.sh status 查看加速 阅读全文
posted @ 2016-11-10 12:41 小小高 阅读(168) 评论(0) 推荐(0)
摘要: git init -- 初始化git仓库 git add . --添加当前目录的文件到本地git仓库git add file1 file2 --添加多个文件git status --查看本地库状态 git commit -m "my first commit" --提交更改到本地仓库 git rem 阅读全文
posted @ 2016-11-09 14:58 小小高 阅读(329) 评论(0) 推荐(0)
摘要: string fullPath = @"\WebSite1\Default.aspx"; string filename = System.IO.Path.GetFileName(fullPath);//文件名 “Default.aspx” string extension = System.IO.Path.GetExtension(fullPath);//扩展名 “.aspx” strin... 阅读全文
posted @ 2016-11-07 09:56 小小高 阅读(244) 评论(0) 推荐(0)
摘要: Sql脚本: parseJSON: 阅读全文
posted @ 2016-10-31 17:17 小小高 阅读(2178) 评论(1) 推荐(0)
摘要: http://bbs.csdn.net/topics/390677299 阅读全文
posted @ 2016-10-25 10:34 小小高 阅读(258) 评论(0) 推荐(0)
上一页 1 ··· 24 25 26 27 28 29 30 31 32 ··· 46 下一页