码迷,mamicode.com
首页 >  
搜索关键字:go json    ( 42812个结果
json.net 比jsonIgnore 更好的方法 修改源码
关于 JsonIgnore 问题,EF T4 模板 中 存在主外键关系namespace WindowsFormsApplication1{ using System; using System.Collections.Generic; using Newtonsoft.Json; public p...
分类:Web程序   时间:2014-07-18 16:19:57    阅读次数:433
javascript refresh page 几种页面刷新的方法
Javascript刷新页面的几种方法:1 history.go(0)2 location.reload()3 location=location4 location.assign(location)5 document.execCommand('Refresh')6 window.navigate...
分类:编程语言   时间:2014-07-18 16:15:24    阅读次数:219
jquery 整理笔记(一)
this:表示当前的上下文对象是一个html对象,可以调用html对象所拥有的属性,方法$(this),代表的上下文对象是一个jquery的上下文对象,可以调用jquery的方法和属性值。each: jquery遍历函数,为每个匹配元素执行函数.可以遍历一维数组、多维数组、DOM, JSON等.fi...
分类:Web程序   时间:2014-07-18 15:30:41    阅读次数:235
javascript页面刷新的几种方法
javascript refresh page 几种页面刷新的方法本节内容:Javascript刷新当前页面的方法与实例。window.location.reload(),window.history.go(0)和document.execCommand(''Refresh''),这三个方法是最快速...
分类:编程语言   时间:2014-07-18 15:23:57    阅读次数:199
【DataStructure】Charming usage of Set in the java
In an attempt to remove duplicate elements from list, I go to the lengths to take advantage of  methods in the java api. After investiagting the document of java api, the result is so satisfying that...
分类:编程语言   时间:2014-07-18 14:02:00    阅读次数:282
[POJ 1390]Blocks
Description Some of you may have played a game called 'Blocks'. There are n blocks in a row, each box has a color. Here is an example: Gold, Silver, Silver, Silver, Silver, Bronze, Bronze, Bronze, Go...
分类:其他好文   时间:2014-07-18 11:23:05    阅读次数:280
SQL将JSON转成列
SQL将JSON转成列
分类:数据库   时间:2014-07-18 00:21:37    阅读次数:311
自己整理的常用SQL Server 2005 语句、
--创建数据库createdatabase数据库go--打开数据库use数据库--删除数据库dropdatabase数据库Go--创建数据表createtable数据表(列名1数据类型1限定条件(是否是主外键、是否为空),列名2数据类型2限定条件(是否是主外键、是否为空))go--删除数据表drop...
分类:数据库   时间:2014-07-17 23:11:37    阅读次数:381
Sql语句不能识别Go的解决办法(动态创建表的触发器)
问题来源用sqlserver直接打开sql文本,执行没问题,但是当用Sqlcommand类执行cmdtext命令文本时总是失败报错。原因分析及解决用数据库直接执行sql语句没问题,甚至还可以用Go来进行分批处理,但是当你用链接类访问数据库,并执行sql语句时就有些限制,如下:System.Data....
分类:数据库   时间:2014-07-17 22:17:59    阅读次数:466
Loadrunner接口测试-发送JSON格式的请求
昨天接到了一个测试接口的任务,接口的请求参数和返回结果均是JSON字符串,先是使用了函数web_submit_date,执行时报错,查询资料没找到原因,不知道是不是不支持JSON串,有兴趣的可以自己试下。然后尝试用web_custom_request函数,执行后返回的结果都正确,ok,就它了。web_cu..
分类:Web程序   时间:2014-07-17 21:13:24    阅读次数:594
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!