上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 66 下一页
摘要: 1:代理访问服务器应用配置 A:192.168.0.11 B:192.168.0.12 访问:http://192.168.0.11:9001/test/test.jsp web.xml weblogic.xml 阅读全文
posted @ 2017-01-20 14:28 yshy 阅读(3171) 评论(1) 推荐(0)
摘要: 1:每次开发新功能时,都应该新建立一个独立的分支(branch),整个项目工程有且只有一个主分支(master branch),项目发版时是从主分支上发布。 Step01:切换到主分支 $ git checkout master Step02:查看当前分支信息 $ git branch Step03 阅读全文
posted @ 2017-01-15 13:51 yshy 阅读(227) 评论(0) 推荐(0)
摘要: 1:进入Weblogic域文件夹下面 [wzh@localhost bin]$ pwd/app/wzh/oracle/middleware/user_projects/domains/base_domain/bin[wzh@localhost bin]$ lltotal 36drwxr-x 2 wz 阅读全文
posted @ 2016-12-27 18:08 yshy 阅读(17127) 评论(0) 推荐(1)
摘要: 1:首先安装nodejs 2:安装Electron 使用淘宝镜像 再次安装 3:安装完成后运行 electron -v 检查是否安装成功 C:\Users\yan>electron -v v1.4.12 阅读全文
posted @ 2016-12-17 14:57 yshy 阅读(1581) 评论(0) 推荐(0)
摘要: 查看端口占用的PID进程号 C:\Users\yan>netstat -ano | findstr "8888" 查看是哪个进程或者程序占用了17840端口 C:\Users\yan>tasklist|findstr "17840" 阅读全文
posted @ 2016-12-15 15:30 yshy 阅读(179) 评论(0) 推荐(0)
摘要: 使用的是poi3.13 http://mvnrepository.com/artifact/org.apache.poi/poi/3.13 阅读全文
posted @ 2016-12-07 09:21 yshy 阅读(3203) 评论(0) 推荐(1)
摘要: 阅读全文
posted @ 2016-11-22 10:41 yshy 阅读(1331) 评论(0) 推荐(0)
摘要: 1:增加操作 2:查询操作 阅读全文
posted @ 2016-10-21 07:25 yshy 阅读(4009) 评论(0) 推荐(0)
摘要: 第一部分:安装gcc等 相关rpm包:https://pan.baidu.com/s/1nu7npyx 第二部分:安装apache2.4.23 相关安装包:https://pan.baidu.com/s/1sltimHf 阅读全文
posted @ 2016-09-10 11:07 yshy 阅读(2493) 评论(0) 推荐(0)
摘要: 1:打开CMD输入:netstat -ano | findstr "80" 找到PID: 2:查看应用名称:tasklist | findstr "2544" 3:打开任务管理器关闭应用 阅读全文
posted @ 2016-08-26 14:21 yshy 阅读(195) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 66 下一页