码迷,mamicode.com
首页 >  
搜索关键字:work folder    ( 10709个结果
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
openfire build
1. build path:a) source folder:包括openfire和各插件的代码。b) libraries:build/lib下jar包和插件下jar包,jdk/lib/tools.jar(编译jsp需要)。2. ant build:build/build.xmla) openfir...
分类:其他好文   时间:2014-07-22 23:12:36    阅读次数:489
Leetcode | Work Break
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:其他好文   时间:2014-07-22 23:08:32    阅读次数:383
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
防止自动锁屏代码
class Work { [DllImport("user32.dll")] static extern void mouse_event(MouseEventFlag flags, int dx, int dy, uint data, UIntPtr extr...
分类:其他好文   时间:2014-07-22 23:06:55    阅读次数:347
jQuery DataTables Plugin Meets C#
Over the weekend, I was doing some work on the internal CMS we use over at eagleenvision.net and I wanted to scrap my custom table implementation for ...
分类:Web程序   时间:2014-05-01 14:28:26    阅读次数:613
NHibernate 支持的数据库及配置参数
理论上支持的数据库NHibernate is primarily tested on Microsoft SQL Server 2000. It is also known to work on these databases:Microsoft SQL Server 2005/2000Oracle...
分类:数据库   时间:2014-04-30 20:52:25    阅读次数:842
uva 10917
Problem C: A Walk Through the ForestJimmy experiences a lot of stress at work these days, especially since his accident made working difficult. To rel...
分类:其他好文   时间:2014-04-29 17:21:46    阅读次数:368
C#进程启动实例
1.调用widnows资源管理器打开文件夹 private void OpenFolder(string folder) { System.Diagnostics.Process.Start("explorer.exe", folder); ...
分类:其他好文   时间:2014-04-29 09:24:46    阅读次数:406
10709条   上一页 1 ... 1069 1070 1071
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!