会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
行走在0和1之间
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
下一页
2018年2月2日
c#访问webapi以及获取
摘要: 提交post #region XML方式提交 public static void XML() { HttpWebRequest wReq = (HttpWebRequest)WebRequest.Create("http://localhost:30447/api/product/showname
阅读全文
posted @ 2018-02-02 16:13 行走在0和1之间
阅读(389)
评论(0)
推荐(0)
2017年12月1日
创建服务
摘要:
阅读全文
posted @ 2017-12-01 11:33 行走在0和1之间
阅读(123)
评论(0)
推荐(0)
2017年9月9日
c#处理json格式类型的字符串
摘要: string channelGroup=[{"SpType":"1","BaseInfoId":["xxx","xxx","xxx"]},{"SpType":"2","BaseInfoId":["xxx","xxx","xxx"]},{"SpType":"3","BaseInfoId":["
阅读全文
posted @ 2017-09-09 18:03 行走在0和1之间
阅读(264)
评论(0)
推荐(0)
2017年8月23日
lua脚本分解字符串
摘要: --local str = "文字45 文字 789 文们adsd45 文字 wowo 文字 文字 wowo我们 wowo456 wiwo 465我们 456sdf 45 45我们adsd45"local s1="温馨提醒:现在离2010汇锦集团表面处理技术研讨会还有1天,报到时间为6报月19日14
阅读全文
posted @ 2017-08-23 09:01 行走在0和1之间
阅读(982)
评论(0)
推荐(0)
2017年8月22日
lua string.byte怎么判断是中文还是别的
摘要: string.byte(char)>127是中文,string.sub(s,i,i+2),占两个字节,中文 string.byte(char)<=127是普通字符,咱一个字节
阅读全文
posted @ 2017-08-22 09:12 行走在0和1之间
阅读(2952)
评论(0)
推荐(0)
2017年8月18日
c#拆分字符串英文和数字(包括国外所以文字)
摘要: 先创建一个类: 实现接口:
阅读全文
posted @ 2017-08-18 14:37 行走在0和1之间
阅读(2028)
评论(0)
推荐(0)
2017年8月16日
js日历算法
摘要: 页面 服务档期 ...
阅读全文
posted @ 2017-08-16 10:52 行走在0和1之间
阅读(309)
评论(0)
推荐(0)
js设置cookies
摘要: //写入cookies的方法 function setCookie(name, value, seconds) { seconds = seconds || 0; //seconds有值就直接赋值,没有为0,这个根php不一样。 var expires = ""; if (seconds != 0)
阅读全文
posted @ 2017-08-16 10:51 行走在0和1之间
阅读(303)
评论(0)
推荐(0)
js获取下拉框的value值
摘要: var Resultstr=""; var param = { action: "MoneyList" };//参数拼接 $.ajax({ type: "Post", async: true, cache: false, url: "/ashx/ZWY.ashx", data: param, dat
阅读全文
posted @ 2017-08-16 10:50 行走在0和1之间
阅读(386)
评论(0)
推荐(0)
js记住密码
摘要: $(function () { if (getCookie("rmbUser") == "true") { $("#xuanzong").attr("checked", true); $("#username").val( getCookie("username")); $("#password")
阅读全文
posted @ 2017-08-16 10:49 行走在0和1之间
阅读(171)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告