摘要:
If you followed my previous post http://linuxtortures.blogspot.com/2012/02/shared-libraries-with-eclipse.htmlwhere I explained how to develop shared shared libraries there are a couple of extra steps that you must follow if you want to do the same onto a 84_64 system.A. Download the appropriated ver
阅读全文
posted @ 2013-08-20 13:45
懒懒的呐喊
阅读(324)
推荐(0)
摘要:
http://blog.csdn.net/txg703003659/article/details/6619652先说一下本人的实现环境: 控制端:Ubuntu 11.04 被控制端:CentOS 5.X (服务器) 网上查了相关资料,总结方法如下: 1.如果只是简单的shell连接,即进入控制台模式 直接在自己的控制台下输入ssh -l 用户名 IP就行了。一般的服务器版的linux都默认装了ssh,如果没有就自己装一个。 2.启用图形界面 如果想想windows那样直接进入桌面的话,那就要在服务器端配置下ssh了。 进入/etc/ssh 修改里面的sshd_config文件,找到X11Fo
阅读全文
posted @ 2013-08-19 15:01
懒懒的呐喊
阅读(494)
推荐(0)
摘要:
Unbelivibale, but I found a very simple way that really works! Do the follwoing: 1. Create a new simple excel file. 2. In the VBA part, set a simple password (say - 1234). 3. Save the file and exit. 4. Open the file you just created with a simple editor. 5. Copy the lines starting with the following
阅读全文
posted @ 2013-08-08 16:10
懒懒的呐喊
阅读(272)
推荐(0)
摘要:
http://www.codeproject.com/Articles/31488/Makefiles-in-Linux-An-Overview
阅读全文
posted @ 2013-08-08 09:43
懒懒的呐喊
阅读(139)
推荐(0)
摘要:
http://www.cnblogs.com/masterfy/archive/2009/06/02/1494593.htmlhttp://www.cnblogs.com/wuhuacong/p/3199829.html#2732184http://www.cnblogs.com/wuhuacong/archive/2009/07/09/1520082.html
阅读全文
posted @ 2013-07-22 17:52
懒懒的呐喊
阅读(140)
推荐(0)
摘要:
http://www.codeproject.com/Articles/211551/A-Simple-way-for-Paging-in-DataGridView-in-WinForm
阅读全文
posted @ 2013-07-05 09:22
懒懒的呐喊
阅读(197)
推荐(0)
摘要:
http://jsfiddle.net/highcharts/qVajq/
阅读全文
posted @ 2013-06-21 13:51
懒懒的呐喊
阅读(370)
推荐(0)
摘要:
http://www.investopedia.com/articles/04/092904.asphttp://www.jpmorgan.com/tss/General/email/1159360877242http://riskencyclopedia.com/articles/var_measure/
阅读全文
posted @ 2013-06-20 14:17
懒懒的呐喊
阅读(257)
推荐(0)
摘要:
http://fixlogviewer.com/https://sites.google.com/site/fixmsgviewer/how-to-use
阅读全文
posted @ 2013-04-27 15:47
懒懒的呐喊
阅读(246)
推荐(0)
摘要:
当我们用ASP执行修改数据库记录操作时常会遇到以下问题错误类型:MicrosoftOLEDBProviderforODBCDrivers(0x80004005)[Microsoft][ODBCMicrosoftAccessDriver]操作必须使用一个可更新的查询。1.win2000中在WIN2000中文件夹属性有个安全选项卡,右键点选数据库文件所在文件夹的属性选项并选择安全选项卡然后添加用户“Internet来宾帐号”(IUSR_计算机名)并为该用户的修改权上打上勾2.winxp中a.若右键查看文件夹属性有"安全"选项卡,解决方法:选中"安全"选项卡-
阅读全文
posted @ 2013-04-22 10:01
懒懒的呐喊
阅读(224)
推荐(0)