如果想访问另一台mac电脑的共享文件可以采用这种方法.
1 找到对方的IP;
2 对方开放共享和共享用户设置正确,简单的隐秘方法是使用$用来隐藏共享;
3 按Command+K(Connect to Server),[或者在浏览器中]输入:smb://192.168.22.170/sharename (我分享的文件夹是sharename),如果是隐藏共享,就sharename$,在随后的登陆...
分类:
其他好文 时间:
2014-07-22 23:05:13
阅读次数:
304
The server network address “TCP://myserverAddress:50221″ cannot be reached or does not exist.
Check the network address name and that the ports for the local and remote endpoints are operational.
(Microsoft SQL Server, Error: 1418)...
分类:
Web程序 时间:
2014-05-01 18:35:53
阅读次数:
665
一,zabbix2.2.3 VMware Vsphere
exsi监控配置步骤,1,添加监控主机2,添加聚集macro;{$PASSWORD} = yoodo.com{$URL} =
http://ip/sdk{$USERNAME} = root3,关联监控模板模板用Template Virt VM...
分类:
Web程序 时间:
2014-05-01 14:31:32
阅读次数:
664
在使用validation进行唯一性验证时,想各个模块写一个统一的方法,相统一参数名称,但是remote方法会默认把对应的参数传过去如:会把role.roleName默认作为变量提交过去所以想自定义统一的参数,不想把默认参数传递过去但是validation插件似乎不支持,只好看源码了所以,既不影响其...
分类:
Web程序 时间:
2014-05-01 11:43:37
阅读次数:
467
一、定时关闭与启动:cron stopcron
startcrontab语法说明:用户crontab文件的语法格式,每行语句为:* * * * *
command,每一行表示一个任务,可以有多行语句。第一个*字段:0~59 表示分第二个*字段:1~23 表示小时第三个*字段:1~31 表示日第四个*...
分类:
系统相关 时间:
2014-05-01 08:10:25
阅读次数:
711
安装node.js从http://nodejs.org/
下载安装程序进行安装。安装后从开始菜单启动:Node.js command
prompt安装web开发框架Express如果需要代理访问网络,先用下面的命令设置代理:> npm config set
proxy=http://192.168....
分类:
Web程序 时间:
2014-05-01 01:48:43
阅读次数:
375
单例模式(Singleton)
工厂模式(Factory)
桥接模式(Bridge)
组合模式(Composite)
门面模式(Facade)
适配器模式(Adapter)
装饰者模式(Decorator)
享元模式(Flyweight)
代理模式(Proxy)
观察者模式(Observer)
命令模式(Command)
1.单例模式(Singleton):
Singl...
分类:
编程语言 时间:
2014-04-29 13:34:20
阅读次数:
344
Usage: docker [OPTIONS] COMMAND [arg...]
-H=[unix:///var/run/docker.sock]: tcp://host:port to bind/connect to or unix://path/to/socket to use
A self-sufficient runtime for linux containers.
Co...
分类:
其他好文 时间:
2014-04-28 10:17:41
阅读次数:
359
Error: Could not stat() command file '/usr/local/nagios/var/rw/nagios.cmd'!
解决方法:
setenforce 0...
分类:
移动开发 时间:
2014-04-27 21:18:05
阅读次数:
450