原来你也在

导航

2012年8月14日 #

php+mysql+apache+centos建站

摘要: 见http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-centos-5.5-lamp-p2注意的是 IP改为127.0.0.1 阅读全文

posted @ 2012-08-14 07:48 原来你也在 阅读(211) 评论(0) 推荐(0)

2012年8月13日 #

ruby on rails 注意

摘要: 安装的时候,需要在railsgemfile中添加gem 'therubyracer'并且安装therubyracer,可以看stackoverflow 上收藏的问题。 阅读全文

posted @ 2012-08-13 16:07 原来你也在 阅读(89) 评论(0) 推荐(0)

2012年8月6日 #

git mac 开发配置 android

摘要: 1. Find your public key ( generate it first )2. Register on GitHub3. Ask the task manager to add you to the group list4. submit your ssh public key5. git clone ****http://git-scm.com/book/en/Getting-Started-First-Time-Git-Setupandroid下载所有的sdk 2.2 4.0.1Intellij1. Intellij -> File -> Structure - 阅读全文

posted @ 2012-08-06 08:41 原来你也在 阅读(155) 评论(0) 推荐(0)

2012年4月12日 #

vnc in linux

摘要: Server: vncserverIt will tell you the :1 or :2 or ....Client: vncviewer ip:1 or ip:2 阅读全文

posted @ 2012-04-12 02:36 原来你也在 阅读(121) 评论(0) 推荐(0)

matlab 稀疏矩阵

摘要: load A.txtA = spconvert(A);save A A;Visualization:spy(A);Elemination of all zero rows and columns:(diag)d = diag(A1920x1280);>> k = find(d~=0); >> A1920x1280nozero=A1920x1280(k,k);>> eigs(A1920x1280nozero,1,'SM') 阅读全文

posted @ 2012-04-12 00:37 原来你也在 阅读(222) 评论(0) 推荐(0)

2011年9月12日 #

KevinPlayer java jmf mp3播放器

摘要: 终于完成了。测试歌曲要求是从http://www.top100.cn/上或者google音乐上下载正版mp3。http://u.115.com/file/e656bry0#Kevinplayer.rar需要先安装java环境http://u.115.com/file/e656bg63#jdk-6u20-windows-i586.ziphttp://u.115.com/file/bhihxvs6#jmf-2_1_1e-windows-i586_562105298.rar有兴趣的请注意:可执行文件的后缀名是.jar,双击之后就可以打开。使用时尽量不要换肤,那一点我还没研究成熟。上传时的错误提示信息 阅读全文

posted @ 2011-09-12 16:50 原来你也在 阅读(267) 评论(0) 推荐(0)

这是我的第一篇博客园日志

摘要: 这是我的第一篇博客园日志 阅读全文

posted @ 2011-09-12 16:40 原来你也在 阅读(80) 评论(0) 推荐(0)