会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
AStronghcm
博客园
首页
新随笔
联系
订阅
管理
2016年3月14日
关于 客户端发现响应内容类型为“text/html; charset=utf-8”,但应为“text/xml”的解决方法
摘要: 请求web服务时,会有如题的异常出现,解决方法如下: 1 检查web服务是否正常,如果web服务有异常,那么Web服务控制程序就会以text/html的格式显示异常信息,这样客户端就会出现“.... 应该是text/xml...”的提示。 2 config文件中添加 <webServices>
阅读全文
posted @ 2016-03-14 19:37 AStronghcm
阅读(1651)
评论(0)
推荐(0)
2016年3月2日
在javaee当中如何新建一个项目到配置
摘要: http://www.itnose.net/detail/6139800.html 像net一样分层 maven http://www.cnblogs.com/xdp-gacl/p/4242221.html
阅读全文
posted @ 2016-03-02 13:40 AStronghcm
阅读(424)
评论(0)
推荐(0)
2016年3月1日
优化后的sql 语句 oracle
摘要: 用or 用union 代替 union 是去重 没有union all 效率高 case when then 用DECODE(mbi.isvalidatebill,NULL,0,0,0,1) IsValidateBill, 代替 with rs as (select formcode, bill.c
阅读全文
posted @ 2016-03-01 10:05 AStronghcm
阅读(152)
评论(0)
推荐(0)
java系列2 快捷键使用
摘要: Ctrl +shirt +o 清理不用的 import 引用 net 我记得好像没有吧 net 引用是 using project 下的 clean 可以选择单个项目清空或者整体清空 相当于net的重新生成
阅读全文
posted @ 2016-03-01 09:47 AStronghcm
阅读(125)
评论(0)
推荐(0)
2016年2月26日
java系列1 环境变量配置
摘要: 我的电脑→属性→高级系统设置→环境变量 1、新建变量名:java_home 变量值:C:\Program Files\Java\jdk1.7.0_72 这个是你jdk装到哪儿就找哪个目录 2、path变量 追加(因为一般情况path变量都有了)%java_home%\bin 这个是你java_hom
阅读全文
posted @ 2016-02-26 09:34 AStronghcm
阅读(204)
评论(0)
推荐(0)
2015年10月15日
windows 服务
摘要: 转发于:http://www.cr173.com/html/15350_1.html,请谅解。查看服务的命令 程序→运行→ 输入services.msc 如果看到该服务,但没有启动,查看是不是权限问题,改为本地账户看看。Windows Service这一块并不复杂,但是注意事项太多了,网上资料也很凌...
阅读全文
posted @ 2015-10-15 10:21 AStronghcm
阅读(306)
评论(0)
推荐(0)
2015年7月21日
给数据库插入值是,怎样给自增加列插入值
摘要: SET IDENTITY_INSERT [t_IDNotContinuous] ON10 11 INSERT [t_IDNotContinuous] ([ID],[ValuesString]) VALUES ( 1,'test')12 INSERT [t_IDNotContinuous] ([ID...
阅读全文
posted @ 2015-07-21 16:26 AStronghcm
阅读(238)
评论(0)
推荐(0)
2015年7月15日
转:mvc 当中 [ValidateAntiForgeryToken] 的作用
摘要: 一.CSRF是什么? CSRF(Cross-site request forgery),中文名称:跨站请求伪造,也被称为:one click attack/session riding,缩写为:CSRF/XSRF。二.CSRF可以做什么? 你这可以这么理解CSRF攻击:攻击者盗用了你的身份,以你...
阅读全文
posted @ 2015-07-15 10:40 AStronghcm
阅读(9072)
评论(0)
推荐(0)
2015年3月30日
天气邮编火车等api接口
摘要: 国家气象局提供的天气预报接口接口地址:http://www.weather.com.cn/data/sk/101010100.htmlhttp://www.weather.com.cn/data/cityinfo/101010100.htmlhttp://m.weather.com.cn/data/...
阅读全文
posted @ 2015-03-30 10:47 AStronghcm
阅读(375)
评论(0)
推荐(0)
2015年3月24日
4.0 mvc当中css的引入,js的引入,页面的跳转
摘要: @Styles.Render("~/Content/main.css")@Scripts.Render("~/js/js.js")@Html.ActionLink("登录", "Index", "Home") window.location.href = "Home/Index";
阅读全文
posted @ 2015-03-24 17:08 AStronghcm
阅读(205)
评论(0)
推荐(0)
下一页
公告