将Mac OS X下的目录共享到Paralles后,source
insight创建工程。但是当再次打开时却打开失败。提示:there was an error opening
project网上对此问题的介绍主要是针对Linux、Samba的,说:1. 权限问题,修改共享目录及其文件权限为读写执行...
分类:
其他好文 时间:
2014-05-12 13:24:18
阅读次数:
493
1.修改mac主机名 系统偏好设置-》共享-》电脑名称 ,编辑就可以了。sudo scutil
--set HostName hostname 这个是修改主机名sudo scutil --set ComputerName newName 这个修改计算机名
分类:
其他好文 时间:
2014-05-11 14:23:54
阅读次数:
309
做坏事的第一步:保护自己!开门见山:利用伪MAC地址连接别人的无线网络步骤:更改MAC地址,更改监视端口,更改无线端口代码:1
ifconfig wlan0 down2 macchanger -m 00:11:22:33:44:55 wlan03 ifconfig wlan0 up4 5
airmo...
分类:
其他好文 时间:
2014-05-10 07:01:34
阅读次数:
269
server:CentOS5.8 ip:172.16.8.11
Gateway:172.16.8.1ip:10.120.6.78 Gateway:10.120.6.1网卡配置:eth0
point:[root@localhost ~]# cat /etc/sysconfig/network-scri...
分类:
系统相关 时间:
2014-05-10 06:50:23
阅读次数:
536
iCloud是苹果的云服务技术,它的重点是提供数据的存储服务。苹果为每个用户免费提供5GB的云服务空间。iCloud被整合到iOS
5和Mac OS X v10.7.4中,使用这些设备的用户,只需要在多个设备中设置苹果账号(Apple
ID)就可以同步、共享和备份数据。例如:我的iPhone手机上的...
分类:
其他好文 时间:
2014-05-10 06:32:24
阅读次数:
337
This week I setup the Jenkins on my Mac and try
to build iOS applications. unfortunately I got the code signing issues, either I
use xcode plugin or x...
分类:
移动开发 时间:
2014-05-10 06:22:45
阅读次数:
347
import MySQLdb# 打开数据库连接db =
MySQLdb.connect("localhost","testuser","test123","TESTDB" )# 使用cursor()方法获取操作游标
cursor = db.cursor() #cursor用来执行命令的方法:
分类:
数据库 时间:
2014-05-10 06:03:19
阅读次数:
309
当tomcat启动出现这个错误时,按照如下步骤可以解决:1、删掉F:\tomcat20111101\apache-tomcat-6.0.26\conf\Catalina目录下的localhost文件夹2、删掉F:\tomcat20111101\apache-tomcat-6.0.26\webapps...
分类:
其他好文 时间:
2014-05-10 05:20:52
阅读次数:
290
在执行/etc/init.d/ndbd--initial出现下列错误[root@ndbd1~]#/etc/init.d/ndbd--initialUnabletoconnectwithconnectstring:nodeid=0,localhost:1186Retryingevery5seconds.Attemptsleft:121110987654321,failed.解决办法1.查看/etc/my.cnf文件配置[root@ndbd1~]#cat/etc/my.cnf..
分类:
数据库 时间:
2014-05-10 04:07:58
阅读次数:
1778
【Theos初步】1、安装Theos。Theos需要在mac和ios上均安装,ios上安装的是Theos服务器,以使得mac的thoes可以直接安装app到ios设备上。如果不需要使用此功能,则仅安装mac版即可。//
在.bash_profile中设置THESO变量export THEOS=/op...
分类:
其他好文 时间:
2014-05-09 20:02:44
阅读次数:
357