08 2013 档案

摘要:1.JSON的序列化和反序列化Newtonsoft.Json dll 下载地址http://json.codeplex.com/using System;using System.Collections.Generic;using System.Linq;using System.Text;using Newtonsoft.Json;namespace PlayJSON{ class Program { static void Main(string[] args) { List list = new List() { new St... 阅读全文
posted @ 2013-08-13 14:21 放哨De老鼠 阅读(649) 评论(0) 推荐(0)
摘要://回车跳转jQuery(document).ready(function () {//$(':input:text:first').focus();jQuery(':input:enabled').addClass('enterIndex');// get only input tags with class data-entry textboxes = jQuery('.enterIndex');// now we check to see which browser is being used if (jQuery.brow 阅读全文
posted @ 2013-08-08 09:29 放哨De老鼠 阅读(849) 评论(0) 推荐(0)
摘要:1、打开“工具”菜单下的“外部工具”子菜单:2、点击“添加按钮,增加一个菜单,菜单内容填写如下:注意参数那里为:/k "C:\vs2010\VC\vcvarsall.bat" 这里根据自己情况修改vs2010的安装目录路径。点击确定后就可以在工具菜单下找到“命令提示行”菜单了1:点击命令提示符 输入以下命令:csc /t:library /out:c:\Common.dll D:\erp\ERP_1\Common\Common.csD:\erp\ERP_1\Common\Common.cs 为cs文件路径 c:\Common.dll 为生成DLL文件路径如果提示csc不是内 阅读全文
posted @ 2013-08-05 14:57 放哨De老鼠 阅读(1208) 评论(0) 推荐(0)