码迷,mamicode.com
首页 >  
搜索关键字:ad permissions tools    ( 25746个结果
在Linux下安装C/C++开发工具包的最佳方式
假设你使用的是Fedora, Red Hat, CentOS, 或者 ScientificLinux 系统,使用以下的命令安装GNU的C/C++开发包和编译器。# yum groupinstall 'Development Tools' 假设你使用的是Debian 或者 UbuntuL...
分类:编程语言   时间:2014-07-09 19:30:48    阅读次数:226
window文件恢复工具
OSChina网址http://www.oschina.net/translate/15-data-recovery-tools-for-windows?from=20140706
分类:Windows程序   时间:2014-07-08 23:31:53    阅读次数:317
在Spring tools suite中使用git 共享项目
我们都在eclipse 和 myeclipse中使用过cvs 和 svn 版本控制工具进行团队开发,今天我学习了另外一种版本控制工具git,下面我演示如何在Spring tools suite中使用git共享项目用于团队开发。 首先,先下载并且安装两个工具,一个是GitHubfor Windo...
分类:编程语言   时间:2014-07-08 22:30:06    阅读次数:277
Eclipse中安装CDT
Eclipse->Help->Install New Software-> Work With->add->name(cdt) location:http://download.eclipse.org/tools/cdt/releases/juno 版本要对上:help->about eclipse查看版本 在http://www.eclipse.org/cdt/downl...
分类:系统相关   时间:2014-07-08 19:51:56    阅读次数:576
从头开始写项目Makefile(三):变量的使用
仔细研究我们的之前Makefile发现,我们还有改进的地方,就是此处: target_bin : main.o debug.o ipc.o timer.o tools.o >---gcc -o target_bin main.o debug.o ipc.o timer.o tools.o 如果增加一个源文件xx.c的话,需要在两处或多处增加xx.o文件。我们可以使用变量来解决这个问题。之前说...
分类:其他好文   时间:2014-07-08 19:51:12    阅读次数:213
JavaScript向select下拉框中添加和删除元素
JavaScript向select下拉框中添加和删除元素 1、说明 a   利用append()方法向下拉框中添加元素 b   利用remove()方法移除下拉框中最后一个元素 2、设计源码 JavaScript向select下拉框中添加和删除元素 /** * 向select下拉框中添加子元素 */ function ad...
分类:编程语言   时间:2014-07-08 17:31:35    阅读次数:286
Could not change executable permissions on the application.
情景:在一台真机中运行项目。 提示:Could not change executable permissions on the application. 解决:真机中已经有一个同名的应用。bundle identifier 一样。删掉那个应用就可以了。 参考:http://stackoverflow.com/questions/12547706/could-not-change-execu...
分类:移动开发   时间:2014-07-08 14:22:34    阅读次数:289
虚拟机下安装VM-TOOLS
点击VM10.0,虚拟机-安装VMware Toosl工具,在Linux桌面,看见光驱,双击,把VM Tools**.tar.gz文件复制到Root目录下.打开Shell--即终端解压tar -zxvf VM*.tar.gzcd vm*执行批处理文件./vm*.pl安装完成!重启reboot即可实....
分类:其他好文   时间:2014-07-08 12:40:58    阅读次数:202
java_自定義一個List(類似ArrayList)
TestMain.javapackagelistTest;publicclassTestMain{publicstaticvoidmain(String[]args){MyListmyList=newMyList();myList.add("1");myList.add("2");myList.ad...
分类:编程语言   时间:2014-07-08 00:52:35    阅读次数:242
【转】必需知道的 SharePoint 权限 Tips
SharePoint Tips about Permissions: What you need to knowI have been writing tips about SharePoint from last two years now. After a great popularity an...
分类:其他好文   时间:2014-07-08 00:36:33    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!