上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页
摘要: 在调试一个android网页解析程序, 结果一个函数在run模式时需要3秒,debug模式时需要几分钟。实在受不了了。于是上网检索,竟然发觉可以不用android-sdk自带的虚拟机进行调试,可以安装在VirtualBox上调试。http://stackoverflow.com/questions/1554099/slow-android-emulator想到自己已经安装了vmware了,于是就准备直接安装到这个vmware虚拟机上了。从 http://code.google.com/p/android-x86/downloads/list下载了2.3的iso之后,基本跟安装其他linux没什 阅读全文
posted @ 2012-07-10 16:51 johnsonshu 阅读(742) 评论(0) 推荐(0) 编辑
摘要: vs2010安装之后,分发包在C:\Program Files (x86)\Microsoft SDKs\Windows\v7.0A\Bootstrapper\Packages 阅读全文
posted @ 2012-06-29 10:19 johnsonshu 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 让控件看不出选中grdList.DefaultCellStyle.SelectionBackColor = grdList.DefaultCellStyle.BackColor;grdList.DefaultCellStyle.SelectionForeColor = grdList.DefaultCellStyle.ForeColor;显示完之后不让某一行默认选中grdList.CurrentCell = null;C#实现阻止事件的发生grdList.SelectionChanged -= new EventHandler(grdList_SelectionChanged);Applica 阅读全文
posted @ 2012-06-29 10:18 johnsonshu 阅读(209) 评论(0) 推荐(0) 编辑
摘要: 1. After “open command prompt 'net use * /delete <enter>'”, please reboot the computer and see if you will be prompted to input the credential when access the share again.2. Please access the share first, and then go to the side which is connected and run the command “net session” to s 阅读全文
posted @ 2012-06-29 10:15 johnsonshu 阅读(181) 评论(0) 推荐(0) 编辑
摘要: passdb backend = tdbsam passdb backend即用户后台。有三种后台:smbpasswd、tdbsam和ldapsam。Sam即security account manager。1. smbpasswd:该方式是使用smb工具smbpasswd给系统用户(真实用户或者虚拟用户)设置一个Samba 密码,客户端就用此密码访问Samba资源。smbpasswd在/etc/samba中,有时需要手工创建该文件。2. tdbsam:使用数据库文件创建用户数据库。数据库文件叫passdb.tdb,在/etc/samba中。passdb.tdb用户数据库可使用smbpassw 阅读全文
posted @ 2012-06-29 10:13 johnsonshu 阅读(909) 评论(0) 推荐(0) 编辑
摘要: 我是用C#的entity model , 连接字符串是保存在App.Config里的。加上了charset=utf8之后,就好使了<?xml version="1.0" encoding="utf-8"?><configuration><connectionStrings><add name="takaraEntities" connectionString="metadata=res://*/Model1.csdl|res://*/Model1.ssdl|res://*/Model 阅读全文
posted @ 2012-06-29 10:11 johnsonshu 阅读(424) 评论(0) 推荐(0) 编辑
摘要: 以前用过的,这样就不用 native2ascii倒来倒去了property editorhttp://propedit.sourceforge.jp/index_en.htmlhttp://changing.iteye.com/blog/72209 阅读全文
posted @ 2012-06-29 10:07 johnsonshu 阅读(152) 评论(0) 推荐(0) 编辑
摘要: 在CentOS下,我是这么找的1.查看 /etc/ssh/sshd_config 看到 SyslogFacility AUTHPRIVLogLevel INFO2.查看 /etc/rsyslog.conf找到authpriv.* /var/log/secure然后读取/var/log/secure, 就可以看到内容了 阅读全文
posted @ 2012-06-29 09:51 johnsonshu 阅读(5229) 评论(0) 推荐(0) 编辑
摘要: 原文从网上检索的主要是怎么调试, 而且因为有些环境变量在cron里是没有的,所以应该怎么写之类的。Noah wrote:> I just rebuilt a new 5.5 server and I am finding root's crontab entries> are not being executed.any body got some clues about how I can> troubleshoot this issue so my cron entries are bring executed.Verify that root's cro 阅读全文
posted @ 2012-06-29 09:50 johnsonshu 阅读(166) 评论(0) 推荐(0) 编辑
摘要: select * from t_user_e where love_type_ename like '%/_%' escape '/'http://ewan.iteye.com/blog/191049 阅读全文
posted @ 2012-06-29 09:48 johnsonshu 阅读(407) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 31 下一页