会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
中小学信息学奥林匹克竞赛
书山有路勤为径,学海无涯苦作舟
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
10
下一页
2016年11月30日
Ubuntu 16.04 apt-get搭建LAMP环境
摘要: http://www.tuicool.com/articles/2Evyq2V
阅读全文
posted @ 2016-11-30 11:37 cdsj
阅读(142)
评论(0)
推荐(0)
2016年11月27日
ubuntu web server ipython notebook install
摘要: http://blog.csdn.net/yehuohan/article/details/51389966 ipython notebook installhttp://blog.csdn.net/xlbryant/article/details/48471237
阅读全文
posted @ 2016-11-27 15:48 cdsj
阅读(159)
评论(0)
推荐(0)
2016年11月26日
ubuntu vsftpd
摘要: https://www.ostechnix.com/install-vsftpd-server-ubuntu-16-04-lts/ https://www.digitalocean.com/community/tutorials/how-to-set-up-vsftpd-for-a-user-s-d
阅读全文
posted @ 2016-11-26 00:05 cdsj
阅读(150)
评论(0)
推荐(0)
2016年11月20日
ubuntu中文版,终端下中文目录不好进,改成英文目录;guazaimulushiabi
摘要: http://www.linuxidc.com/Linux/2016-05/130873.htm http://jingyan.baidu.com/article/b2c186c8ffb607c46ff6ff61.html
阅读全文
posted @ 2016-11-20 21:54 cdsj
阅读(268)
评论(0)
推荐(0)
2016年11月19日
docker install
摘要: http://www.cnblogs.com/xiaoluosun/p/5520510.html 升级内核从2.6-3.1 http://www.cnblogs.com/xiaoluosun/p/5520510.html
阅读全文
posted @ 2016-11-19 15:45 cdsj
阅读(347)
评论(0)
推荐(0)
2016年11月11日
matlab中size函数总结
摘要: size(A)函数是用来求矩阵的大小的。 比如说一个A是一个3×4的二维矩阵: 1、size(A) %直接显示出A大小 输出:ans= 3 4 2、s=size(A)%返回一个行向量s,s的第一个元素是矩阵的行数,第二个元素是矩阵的列数 输出:s= 3 4 3、[r,c]=size(A)%将矩阵A的
阅读全文
posted @ 2016-11-11 17:34 cdsj
阅读(91783)
评论(0)
推荐(5)
2016年11月6日
sudo apt-get install ubuntu-desktop, Error: unable to locate package
摘要: http://askubuntu.com/questions/130532/sudo-apt-get-install-ubuntu-desktop-error-unable-to-locate-package 安装了ubuntu14.04 64位,bandwagong。 自带python, 首先按上
阅读全文
posted @ 2016-11-06 16:41 cdsj
阅读(1575)
评论(0)
推荐(0)
2016年11月4日
java打包打包
摘要: http://blog.sina.com.cn/s/blog_6b9dcc870101k8xq.html 上面说的最后一种方法,不太对。 下面这个可以 Try the fat-jar extension. It will include all external jars inside the ja
阅读全文
posted @ 2016-11-04 13:34 cdsj
阅读(108)
评论(0)
推荐(0)
java2exe exe4j crack
摘要: http://blog.csdn.net/xczzmn/article/details/7799064
阅读全文
posted @ 2016-11-04 12:44 cdsj
阅读(170)
评论(0)
推荐(0)
java程序换图标
摘要: ImageIcon img = new ImageIcon("D:\\mahou-in-action\\ShiJuanFenXi\\src\\zoom-in.png"); inst.setIconImage(img.getImage()); 提示,最好用png。
阅读全文
posted @ 2016-11-04 10:07 cdsj
阅读(458)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
10
下一页
公告