会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YSHY
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
18
19
20
21
22
23
24
25
26
···
66
下一页
2017年1月20日
weblogic.servlet.proxy.HttpProxyServlet 进行代理设置
摘要: 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)
2017年1月15日
GIT使用规范流程
摘要: 1:每次开发新功能时,都应该新建立一个独立的分支(branch),整个项目工程有且只有一个主分支(master branch),项目发版时是从主分支上发布。 Step01:切换到主分支 $ git checkout master Step02:查看当前分支信息 $ git branch Step03
阅读全文
posted @ 2017-01-15 13:51 yshy
阅读(227)
评论(0)
推荐(0)
2016年12月27日
修改weblogic11g的JDK版本
摘要: 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)
2016年12月17日
1、Window10 Electron 开发环境搭建
摘要: 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)
2016年12月15日
如何查看Windows下端口占用
摘要: 查看端口占用的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)
2016年12月7日
Servlet 中使用POI生成Excel
摘要: 使用的是poi3.13 http://mvnrepository.com/artifact/org.apache.poi/poi/3.13
阅读全文
posted @ 2016-12-07 09:21 yshy
阅读(3203)
评论(0)
推荐(1)
2016年11月22日
Spring 操作Weblogic JDNI数据源
摘要:
阅读全文
posted @ 2016-11-22 10:41 yshy
阅读(1331)
评论(0)
推荐(0)
2016年10月21日
JdbcTemplate 操作Oracle Blob
摘要: 1:增加操作 2:查询操作
阅读全文
posted @ 2016-10-21 07:25 yshy
阅读(4009)
评论(0)
推荐(0)
2016年9月10日
RedHat 6.5 离线安装 apache2.4.23
摘要: 第一部分:安装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)
2016年8月26日
windows下端口被占用的解决方法
摘要: 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
下一页
公告