会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Live2D 看板娘 / Demo
M闯.Blog
程序改变世界!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
2016年4月13日
c#后台 极光推送到Android 和IOS客户端
摘要: 由于项目需要,需要用到推送,然后就选择了极光推送,下面记录一下开发过程。 1. 首先去极光推送官网(https://www.jpush.cn/)申请一个账号。 2. 进入控制台,创建一个新引用,输入正确的Android的包名。 3. 此时你就获取到了一个AppKey 和一个 Master Secre
阅读全文
posted @ 2016-04-13 11:14 MChuang
阅读(4186)
评论(0)
推荐(2)
2016年4月6日
select scope_identity()
摘要: select scope_identity();select @@IDENTITY
阅读全文
posted @ 2016-04-06 19:49 MChuang
阅读(182)
评论(0)
推荐(0)
2016年3月5日
设置Iframe 中某元素的值
摘要: document.getElementById('ifram').contentWindow.document.getElementById('cityChoice').value = $(this).text();
阅读全文
posted @ 2016-03-05 11:34 MChuang
阅读(636)
评论(0)
推荐(0)
2016年3月4日
pinterest 瀑布流
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or
阅读全文
posted @ 2016-03-04 16:45 MChuang
阅读(175)
评论(0)
推荐(0)
2016年3月1日
Js DOM 获取父级值
摘要: var ss = item.parentNode.parentNode.parentNode; ///注意!!! 这里是获取到上一级的上一级的上一级的第四个div的 第二个input的值, 改变HTML结构 会获取不到值 var Snum = ss.getElementsByTagName("div
阅读全文
posted @ 2016-03-01 17:05 MChuang
阅读(3574)
评论(0)
推荐(0)
QQ 在线咨询
摘要: <a target="_blank" href="tencent://message/?uin=515497782&Site=www.xxxxxxx.com.cn&Menu=yes"><img border="0" src="http://pub.idqqimg.com/qconn/wpa/butt
阅读全文
posted @ 2016-03-01 11:27 MChuang
阅读(319)
评论(0)
推荐(0)
2016年2月27日
Jquery $.ajax 解析json
摘要: [ { "Type": "CangChu", "tm": "13℃", "hm": "70%", "im": "0lux", "ps": "1000hPa", "co2": "824ppm" } ] 接口返回的数据 $.ajax({ type: "post", url: "ashx/GetFineS
阅读全文
posted @ 2016-02-27 16:54 MChuang
阅读(577)
评论(0)
推荐(0)
2016年2月26日
Sql Server 实现 Mysql Limit 功能
摘要: select top 5 * from B2BProducts where DealerID = '26'and id not in ( select top 5 id from B2BProducts where DealerID = '26') 用Top
阅读全文
posted @ 2016-02-26 17:19 MChuang
阅读(1021)
评论(0)
推荐(0)
LinkButton 报错
摘要: <asp:LinkButton ID="Link_change" OnClientClick='<%#ChangeStatus(Eval("OrderNumber")) %>' runat="server">发货</asp:LinkButton> <asp:LinkButton ID="LinkBu
阅读全文
posted @ 2016-02-26 12:06 MChuang
阅读(253)
评论(0)
推荐(0)
2016年2月21日
用ThoughtWorks.QRCode生成二维码时出现“索引超出了数组界限”的错误
摘要: 字符串较长的情况下,用ThoughtWorks.QRCode生成二维码时出现“索引超出了数组界限”的错误。 解决方法:将 QRCodeVersion 改为0。
阅读全文
posted @ 2016-02-21 10:48 MChuang
阅读(1074)
评论(0)
推荐(1)
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
公告