随笔 - 748  文章 - 1  评论 - 107  阅读 - 34万
06 2018 档案
[转][C#][WebApi]
摘要:在 WebApi 中获取网页在服务器上的位置可以使用以下两种方式: 来自:https://blog.csdn.net/festone000/article/details/48531031 阅读全文
posted @ 2018-06-28 08:49 z5337 阅读(127) 评论(1) 推荐(0) 编辑
[转][html]设置IIS 默认页
摘要: 阅读全文
posted @ 2018-06-26 09:30 z5337 阅读(184) 评论(0) 推荐(0) 编辑
[转][C#]TopSelf
摘要:新建一个批处理,用于启动 TopSelf 服务 或者简化成 卸载也是一句批处理 阅读全文
posted @ 2018-06-25 15:00 z5337 阅读(237) 评论(0) 推荐(0) 编辑
[转][C#]拆分参数对
摘要:本文来自:https://www.jb51.net/article/62932.htm 阅读全文
posted @ 2018-06-24 17:03 z5337 阅读(541) 评论(0) 推荐(0) 编辑
[转][html]radio 获取选中状态
摘要:方法一: if ($("#checkbox-id").get(0).checked) { // do something } 方法二: if($('#checkbox-id').is(':checked')) { // do something } 阅读全文
posted @ 2018-06-16 15:38 z5337 阅读(1240) 评论(0) 推荐(0) 编辑
[转][xml]SQL转义
摘要:SQL语句包含">"和"<"时,在PL/SQL中可以正常运行,但是放在XML中,编译报错,这是因为在XML文档中的所有文本都会被解析器解析,文本内容中使用"<"这样的特殊字符时,XML使用解析错误,遇到这种情况通常采用下面两种方法。 方法一:利用转义字符替换">"和"<"。 SELECT * FRO 阅读全文
posted @ 2018-06-13 17:02 z5337 阅读(2529) 评论(0) 推荐(0) 编辑
[转][Oracle][null]
摘要:trim(nvl(ipaddress,'')) != '' 这段SQL 并没有像 MSSQL IsNull 一样返回不含空白或null 的内容 经尝试发现 trim('') 为 null 查看 Oracel 存储过程的语句为: 查看 Sql Server 存储过程的语句为: 阅读全文
posted @ 2018-06-12 21:05 z5337 阅读(116) 评论(0) 推荐(0) 编辑
[转][Java]尝试解决Java多行字符串的编辑问题
摘要:转自:https://blog.csdn.net/jiuwuerliu/article/details/51207045 参考了:https://www.v2ex.com/amp/t/445522 除了不支持多行字符串,Java 还没有: - raw string - default paramet 阅读全文
posted @ 2018-06-12 19:28 z5337 阅读(1061) 评论(0) 推荐(0) 编辑
[转][log4net]控制台颜色
只有注册用户登录后才能阅读该文。
posted @ 2018-06-12 09:56 z5337 阅读(1) 评论(0) 推荐(0) 编辑
[转][C#]HttpClient 代码示例
摘要:转自:https://www.cnblogs.com/amosli/p/3918538.html 也参考了:https://www.cnblogs.com/ShadowFiend007/p/8066855.html 经测试,代码也可以在 .net 4.0 下使用。 阅读全文
posted @ 2018-06-12 08:54 z5337 阅读(469) 评论(0) 推荐(0) 编辑
[转][html5]网页横屏
摘要:将以上 CSS 加入网页,可以发现手机上查看时网页横向显示了。 转自:https://segmentfault.com/q/1010000009286701 阅读全文
posted @ 2018-06-11 10:37 z5337 阅读(505) 评论(0) 推荐(0) 编辑
[转][EasyUI]扩展 DateBox
摘要:把以上代码放入 jquery.easyui.min.js 中即可。 转自:https://www.cnblogs.com/yeminglong/p/5264334.html EasyUI 在 DateBox 有 Bug,需要在 data-options 属性里添加 editable:false 阅读全文
posted @ 2018-06-10 15:11 z5337 阅读(177) 评论(0) 推荐(0) 编辑
[转][C#]枚举的遍历Enum
摘要:转自: https://www.jb51.net/article/34188.htm 阅读全文
posted @ 2018-06-10 13:51 z5337 阅读(141) 评论(0) 推荐(0) 编辑
[转][C#]单例模式之懒加载
摘要:private static ILog log = LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType.Name); public static UserInfo Instance { 阅读全文
posted @ 2018-06-05 14:36 z5337 阅读(489) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示