代码改变世界

阅读排行榜

SQL Server 2008 能用机器名连接,不能用IP地址连接问题 的一个解决方法

2010-01-20 21:02 by 幸, 3189 阅读, 收藏,
摘要: 一开始: telnet IP 1433 连接失败接着我在服务器端 找到Microsoft SQL Server 2008 -->配置工具--> SQL Server 配置管理器然后在右键点击SQL Server 网络配置中的的TCP/IP协议-->属性 -->tab:IP地址 -->IP&ll 将TCP端口 设为 1433最后: telnet IP 1433 ... 阅读全文

公司怎么申请苹果开发者(转帖)

2012-05-08 09:39 by 幸, 1162 阅读, 收藏,
摘要: How to subscribe a company for iOS development.By Niels Ulrik Andersen, on March 25th, 2011My company is about to release a smartphone app (iPhone and Android) on behalf of several customers. Even though I am a developer (not on the Apple platform though), I got the task of registering the customers 阅读全文

Lame android ndk mp3做个记录

2011-08-30 22:54 by 幸, 1148 阅读, 收藏,
摘要: http://blog.libertadtech.com/2011/02/porting-lame-encoder-to-android-arm.html porting compiling lame encoder to Android ARM arch using Android NDK I was looking for a mp3 encoding application in Android Market, and found very few, the reason I think Android doesn't support mp3 encoding is be... 阅读全文

让edtftpnet也支持中文文件名

2011-02-23 16:50 by 幸, 717 阅读, 收藏,
摘要: 最近由于项目需要找了一些FTP组件,最后选了edtftpnet。使用过程中,发现他不支持中文文件名的上传和下载,很是苦恼。解决方法:下载edtftpnet,修改以下代码后重新编译生成,使用新的edtFTPnet.dll。----------step1-------- 需要修改的文件FTPClient.cs修改位置:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->///<summary>///Theencodingtousewhen 阅读全文

修改App.config中的appSettings

2010-04-28 10:48 by 幸, 712 阅读, 收藏,
摘要: 环境:.net 3.5(.net 2.0应该也是可以的,没测过)前面记得加using System.Configuration; //需要添加System.Configuration.dll的引用using System.Xml;[代码]我的网站:手机号码归属地查询 阅读全文