上一页 1 2 3 4 5 6 7 ··· 9 下一页
摘要: Windows 10 子系统Linux重启(不重启Win10) Using CMD (Administrator) net stop LxssManager net start LxssManager Using CMD (Administrator) net stop LxssManager ne 阅读全文
posted @ 2019-08-19 13:36 杜子烟 阅读(1089) 评论(0) 推荐(1)
摘要: public static string Post(string Url, string postDataStr, string cookies) { HttpWebRequest request = (HttpWebRequest)WebRequest.Create(Url); request.Method = "POST"; ... 阅读全文
posted @ 2019-08-17 05:37 杜子烟 阅读(5266) 评论(0) 推荐(0)
摘要: /// <summary> /// 获取HTML中所有图片的 URL /// </summary> /// <param name="strHtml">HTML代码</param> /// <returns>图片的URL列表</returns> public static string[] GetHtmlImageUrlArr(string strHtml) { // 定义正则表达式用来匹配 im 阅读全文
posted @ 2019-08-17 05:35 杜子烟 阅读(1191) 评论(0) 推荐(0)
摘要: /// /// 根据文件url,下载文件到本地 /// /// 文件地址 /// 保存路径 public static string DownFile(string fileUrl,string path) { if (!Directory.Exists(path)) Di... 阅读全文
posted @ 2019-08-17 05:31 杜子烟 阅读(2115) 评论(0) 推荐(0)
摘要: 创建全局脚手架 阅读全文
posted @ 2019-05-30 10:31 杜子烟 阅读(100) 评论(0) 推荐(0)
摘要: jws.start等命令在Jexus V5.6.3中已经合并为一个单一命令,即“jws”,这是一个shell脚本文件。 阅读全文
posted @ 2019-03-27 14:51 杜子烟 阅读(150) 评论(0) 推荐(0)
摘要: 1.打开linux系统 2.切换到root角色 3.卸载安装ssh server 4.修改ssh server 配置 修改如下内容: 5.启动ssh server 阅读全文
posted @ 2019-02-28 10:47 杜子烟 阅读(436) 评论(0) 推荐(0)
摘要: 1.下载Jdk 下载地址:https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html 2.将下载好的jdk通过Xftp等工具存放到安装路径:\usr\java 3.解压jdk包: 4.配置环 阅读全文
posted @ 2019-02-28 10:18 杜子烟 阅读(125) 评论(0) 推荐(0)
摘要: 转载声明: http://www.cnblogs.com/xdp-gacl/p/4097608.html 一、上传Tomcat服务器 二、安装Tomcat服务器 2.1、解压tomcat服务器压缩包 2.2、配置环境变量 tomcat服务器运行时是需要JDK支持的,所以必须配置好JDK用到的那些环境 阅读全文
posted @ 2019-02-28 10:02 杜子烟 阅读(157) 评论(0) 推荐(0)
摘要: 1.git clone 不指定分支 git clone http://XXXXX.XXX/XXX.git 2.git clone 指定分支 git clone -b dev http://XXXXX.XXX/XXX.git 命令中:多了一个 -b dev,这个dev就是分支,http://XXXXX 阅读全文
posted @ 2019-01-10 14:23 杜子烟 阅读(137) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 9 下一页