上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: message clientcredentialtype="userName"PrincipalPermissionclientCredentialsserviceCredentials userNamePasswordValidationMode useAspNetRoles-----------... 阅读全文
posted @ 2014-09-25 20:11 fannet 阅读(215) 评论(0) 推荐(0)
摘要: http://www.cnol.cc/2012/272.htmlA value of the wrong type was retrieved from the instance store. A value of type {/Default Web Site/}OrderService.svc ... 阅读全文
posted @ 2014-09-02 15:43 fannet 阅读(210) 评论(0) 推荐(0)
摘要: 1.下载https://github.com/tanepiper/SublimeText-Nodejs2.解压到sublime->Preferences->Browse Packages 打开的目录,然后改名nodejs3.重启sublime,选择Tools->Build System->nodej... 阅读全文
posted @ 2014-04-13 22:10 fannet 阅读(421) 评论(0) 推荐(0)
摘要: ls (查看当前目录内容)cd ~ (用户主目录)cd / (根目录)man [命令] (获得帮助)clear (清屏)uname -a (查看计算机名)sudo su - (切换到root用户)su [用户名] (切换到指定用户)mkdir -p [path] (新建整个目录)tar (压缩解压命... 阅读全文
posted @ 2014-03-19 23:45 fannet 阅读(115) 评论(0) 推荐(0)
摘要: pdbhttp://msdn.microsoft.com/en-us/library/vstudio/ms241613.aspxData for wphttp://msdn.microsoft.com/en-us/library/windowsphone/develop/ff402541(v=vs.105).aspx 阅读全文
posted @ 2014-03-06 18:02 fannet 阅读(169) 评论(0) 推荐(0)
摘要: decodebyte[] encryptedData = HttpServerUtility.UrlTokenDecode(urlEncodedData); Type machineKeySection = typeof(MachineKeySection); Type[] paramTypes = new Type[] { typeof(bool), typeof(byte[]), typeof(byte[]), typeof(int), typeof(int) }; MethodInfo encryptOrDecryptData = machineKeySection.GetMeth... 阅读全文
posted @ 2013-11-05 14:02 fannet 阅读(187) 评论(0) 推荐(0)
摘要: customize rules public static var mp3BasePath:String = "F:\doubanMP3"; public static var doubanPlayList:String=null; public static var imgBasePa... 阅读全文
posted @ 2013-02-15 00:09 fannet 阅读(495) 评论(0) 推荐(0)
摘要: -------------tecc#异步web api tokenRFC-------------program淘宝技术这十年Concurrency in C# Cookbook(C#并发编程经典实例)Redis in ActionHTML5 in ActionDesigning Evolvable... 阅读全文
posted @ 2013-01-10 13:50 fannet 阅读(236) 评论(0) 推荐(0)
摘要: 相关命令candle Sample.wxslight Sample.wixobjlight -ext WixUIExtension SampleWixUI.wixobj //编译带UI的安装包ligth -ext WixUIExtension -cultures:zh-tw SampleWixUI.wixobj //本地化,支持内嵌的语言ligth -ext WixUIExtension -loc path/WixUI_zh-cn.wxl -out SampleWixUI.msi SampleWixUI.wixobj //对内嵌不支持的语言本地化时,要编写本地化文件wxlmsiexec /i 阅读全文
posted @ 2012-07-27 13:59 fannet 阅读(3248) 评论(0) 推荐(0)
摘要: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.设置 command.CommandTimeout = 0在连接字串中添加Connect Timeout=120 阅读全文
posted @ 2012-07-09 17:04 fannet 阅读(245) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 10 下一页