码迷,mamicode.com
首页 >  
搜索关键字:share strand    ( 6103个结果
编程工具篇——Vim
配置配置文件位于:/etc/vim/vimrc(添加配置在文件末尾输入代码即可)常用配置配色方案 :colorscheme ron(其中ron为我的配色方案,也可以选择其他,软件中自带配色文件全部存在/usr/share/vim73(也可能是vim74,版本不同)/colors中,可以根据自己的喜好...
分类:其他好文   时间:2014-07-22 23:13:55    阅读次数:319
VmWare Workstation 10 安装 Ubuntu 14.04 问题解决
Ubuntu安装过程很顺利,安装完成后还是有小问题存在问题1:无法联网,PING可以通,网址无法解析原因:默认DNS设置不正确解决:设置DNS地址为8.8.8.8,问题解决问题2:vmware-tools安装失败,无法建立Share Folder原因:vmhgfs 模块编译失败,一堆源码中的类型不兼...
分类:其他好文   时间:2014-07-22 23:12:55    阅读次数:417
smb
[share]path=/home/an/shareavailable=yesbrowse able=yespublic=yeswritable=yessecurity = userusername map = /etc/samba/smbusers[share]comment = Shared F...
分类:其他好文   时间:2014-07-22 23:11:34    阅读次数:332
virtualbox 4.3.10 ubuntu 12.04 mount share folder bug
virtualbox 4.3.10 不能mount共享文件夹,这是一个bug,参考如下链接https://www.virtualbox.org/ticket/12879执行以下命令即可:sudo ln -s /opt/VBoxGuestAdditions-4.3.10/lib/VBoxGuestAd...
分类:其他好文   时间:2014-07-22 23:07:55    阅读次数:334
ssh框架搭建Struts2.06+spring2.5+hibernate3.2整合实例代码教程步骤
ssh框架搭建Struts2.06+spring2.5+hibernate3.2整合实例代码教程步骤,代码下载地址:http://www.zuidaima.com/share/1760074977233920.htm...
分类:编程语言   时间:2014-05-01 18:12:55    阅读次数:727
xdg-open 打开“irc:*”链接
用于打开chrome浏览器中的"irc://*"#cp /usr/share/applications/xchat.desktop /home/zsj/.local/share/applications/irc.desktop#xdg-mime default irc.desktop x-schem...
分类:其他好文   时间:2014-05-01 11:16:02    阅读次数:617
Effective Java 66 Synchronize access to shared mutable data
When multiple threads share mutable data, each thread that reads or writes the data must perform synchronization. Without synchronization, there is no...
分类:数据库   时间:2014-05-01 09:14:25    阅读次数:506
linux学习:常用shell语句
一、正则表达式的使用 cd /usr/share/dict 1、找出words文件下所有以a开头t结尾的单词 egrep "^a.*t$" words 2、匹配以abcde开头,以at结尾的单词 egrep "\" words 3、以大写字母开头,以t结尾 egrep "^[[:upper:]]t$" words 二、管道的使用 egrep "^a.*t$" words|wc -...
分类:系统相关   时间:2014-04-30 22:32:38    阅读次数:372
史上最短小精悍的javascript编写的俄罗斯方块游戏,仅仅60行代码
史上最短小精悍的javascript编写的俄罗斯方块游戏,仅仅60行代码,代码下载地址:http://www.zuidaima.com/share/1759652641295360.htm...
分类:编程语言   时间:2014-04-29 13:41:22    阅读次数:379
超轻量级DI容器框架Google Guice与Spring框架的区别教程详解及其demo代码片段分享
超轻量级DI容器框架Google Guice与Spring框架的区别教程详解及其demo代码片段分享,代码下载地址:http://www.zuidaima.com/share/1759689106541568.htm...
分类:编程语言   时间:2014-04-29 13:23:21    阅读次数:526
6103条   上一页 1 ... 608 609 610 611 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!