使用java将bing的每日壁纸设置为ubuntu壁纸 源代码下载地址:http://www.zuidaima.com/share/1550463714806784.htm...
分类:
编程语言 时间:
2015-04-02 11:48:33
阅读次数:
186
今天更新了netbeans,重启后蛋疼了,字体发虚,搜索网络后有得到如下方案:对Archlinux,去/usr/share/netbeans/etc,里面找到netbeans.conf,给下面一行参数添加末尾不同色部分,重启即可netbeans_default_options="-J-client ...
分类:
Web程序 时间:
2015-04-02 01:15:14
阅读次数:
287
jquery效果 源代码下载地址:http://www.zuidaima.com/share/1550463714282496.htm...
分类:
Web程序 时间:
2015-04-01 11:28:41
阅读次数:
146
题目Say you have an array for which the ith element is the price of a given stock on day i.If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the stock), d...
分类:
其他好文 时间:
2015-04-01 09:32:47
阅读次数:
115
Spent time to write down C# program to implement an algorithm. Feel great! Start to practice, a question a time.Question is from careercup:http://www....
分类:
其他好文 时间:
2015-04-01 08:17:38
阅读次数:
225
原文网址:http://www.nmgwddj.com/share/311.html昨晚打开Chrome浏览器,忽然感觉有些什么东西变了,仔细看了半天忽然发现,书签中的字体和网页中右键的字体全部都变了。再点击帮助-关于一看,原来Chrome升级到了41版本,但这字体的确看着眼生怎么办?昨晚百度了一个...
分类:
其他好文 时间:
2015-03-31 22:12:03
阅读次数:
144
编辑/etc/fstab文件
在其中添加
#mount -t smbfs -o username=linux,password=passwd //192.168.121.121/share /mnt/share
//192.168.121.122/share /mnt/share /smbfs username=linux,password=passwd 0...
未来属于私有云,好像有点道理,所有数据掌控在自己手里。ownCloud 是源自 KDE 的开源项目, 官方网站 https://www.owncloud.org “ownCloud is open source file sync and share software for everyon...
分类:
其他好文 时间:
2015-03-31 17:45:32
阅读次数:
176
原文链接samba clientubunturedhatubuntu gui tools1,列出某个IP地址所提供的共享文件夹smbclient-L 198.168.0.12,在security=share模式下访问一个匿名可以访问的目录smbclient //192.168.0.1/目录名3,像F...
首先安装nfs-kernel-serverapt-get install nfs-kernel-server然后创建一个目录:mkdir -p /opt/share并赋予权限777:chmod -R 777 /opt/share在/etc/exports文件中添加配置:/opt/share 10.1...
分类:
系统相关 时间:
2015-03-31 14:11:36
阅读次数:
218