码迷,mamicode.com
首页 >  
搜索关键字:script syntax    ( 25337个结果
开发路程(5):在.net2.0下使用System.Web.Script.Serialization;
最近,在弄json字符串转为对象.需要添加这个引用System.Web.Script.Serialization;因为版本必须是dotnet2.0的原因,发现很多解决方案不适合自己.故使用这种解决办法. System.Web.Script.Serialization dotnet2.0自带的js.....
分类:Web程序   时间:2014-07-16 23:21:59    阅读次数:412
[Linux: vim]vim自动生成html代码
如果直接将vim编辑的文字复制粘贴到一些blog的编辑器中,这些代码将会是死板的白纸黑字。如果能加入关键字高亮功能就好了,这样代码阅读起来会很方便。一些blog的编辑器提供了这项功能,一些没有,一些支持的语言不够全面。好在vim的syntax支持的语言够多,绝大部分流行的语言都可以直接找到支持。如果...
分类:Web程序   时间:2014-07-10 10:23:27    阅读次数:287
c# 创建快捷方式
选择 COM 选项卡并选择 Windows Script Host Object ModelCode:WshShell shell = new WshShell();IWshShortcut shortcut = (IWshShortcut)shell.CreateShortcut("C:\\Pro...
分类:其他好文   时间:2014-07-10 09:55:36    阅读次数:237
开发extjs常用的插件
Spket是目前支持Ext 2.0最为出色的IDE。 它采用.jsb project file 文件并将继承于基类和所有文档的内容嵌入到生成代码提示的Script doc中。注:不支持配置项的代码提示。一、Spket Eclipse插件与IDE Spket提供了Eclipse插件和独立的IDE环境来...
分类:Web程序   时间:2014-07-07 18:40:44    阅读次数:420
String methods
A method is similar to a function – it takes arguments and returns a value – but the syntax is different. For example, the method upper takes a string...
分类:其他好文   时间:2014-07-07 15:42:12    阅读次数:217
dbus-launch
NAME dbus-launch - Utility to start a message bus from a shell script dbus-launch - 从shell脚本启动一个消息总线的工具(实用程序)URLhttp://dbus.freedesktop.org/doc/dbus-l...
分类:数据库   时间:2014-06-30 13:56:58    阅读次数:460
C# 根据IP地址获取城市
1 using System; 2 using System.IO; 3 using System.Net; 4 using System.Text; 5 using System.Web.Script.Serialization; 6 7 namespace IpUtils 8 { 9 ...
分类:其他好文   时间:2014-06-27 19:40:30    阅读次数:483
使用临时表并且获取分页数据案例
USE [LMSEnhance]GO/****** Object: StoredProcedure [dbo].[up_GAB_GetProductInfoList] Script Date: 2014/6/26 15:01:27 ******/SET ANSI_NULLS ONGOSET QUOT...
分类:其他好文   时间:2014-06-27 15:47:21    阅读次数:138
sql分级查询
1 USE [zxerp] 2 GO 3 /****** Object: StoredProcedure [dbo].[Pro_GrossProfitCount] Script Date: 06/26/2014 08:48:10 ******/ 4 SET ANSI_NULLS O...
分类:数据库   时间:2014-06-26 12:54:25    阅读次数:558
Script Browser & Script Analyzer 1.3更新发布
感谢Windows PowerShell MVP Kirk Munro、Laurent Dardenne在过去三个星期内为我们提出的各种想法和建议。针对这些的建议,我们对Script Browser & Script Analyzer进行了相应的改进,并在今天发布了Script Browser & ...
分类:其他好文   时间:2014-06-26 12:51:57    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!