码迷,mamicode.com
首页 >  
搜索关键字:domain users    ( 12853个结果
windows:远程结束进程
1、远程查询进程: tasklist [/S system [/U username [/P [password]]]] [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH] 如:tasklist /S domain /U d...
分类:Windows程序   时间:2014-07-09 00:06:39    阅读次数:331
OS | Socket
TCP创建socket:1 int socket(int domain, int type, int protocol);AF = Address FamilyPF = Protocol FamilyAF_INET IPv4 Internet protocols ip(7)AF_INET6 IPv6...
分类:其他好文   时间:2014-07-08 22:39:05    阅读次数:352
Debug-iphonesimulator/xxx.app/WeiboSDK.bundle/images: Directory not empty
位于/Users/你电脑名/Library/Developer/Xcode/DerivedData  下的缓存文件占很大的缓存空间,如果长时间不删除xcode下的缓存文件,就会导致硬盘空间越来越小直到Directory not empty。删除了缓存文件再运行就不会再报错。 删除DerivedData: 打开看了终端输入   sudo chmod -R 777 /Users/xxx/Li...
分类:移动开发   时间:2014-07-08 21:39:21    阅读次数:240
Hibernate annotation多对多配置
角色(用户组),用户多对多。 角色实体配置: private Set users; @ManyToMany @JoinTable(name="t_auth_user_role",joinColumns={@JoinColumn(name="role_id")},inverseJoinColumns={@JoinColumn(name="user_id")})//配置一方 public...
分类:系统相关   时间:2014-07-08 18:26:30    阅读次数:218
【Linux编程】socket编程
套接字是通信端点的抽象。文件描述符用open函数创建,而套接字描述符用socket函数创建。socket函数原型如下: int socket(int domain, int type, int protocol); // 返回值:成功返回套接字描述符,失败返回-1 domain域确定通信特性,不同的域表示地址的格式不同,表示域的常数以AF开头,表示地址族(address family)...
分类:系统相关   时间:2014-07-08 16:34:18    阅读次数:333
使用XCode6打开项目以后再用XCode5出现的问题fatal error: malformed or corrupted AST file: 'Unable to load module
使用不同版本的XCode出现的问题: fatal error: malformed or corrupted AST file: 'Unable to load module "/Users/xxx/Library/Developer/Xcode/DerivedData/ModuleCache/XYZYIE6ZV0OP/Darwin.pcm": file not found' note: a...
分类:其他好文   时间:2014-07-08 15:36:55    阅读次数:168
BIEE在creating domain步骤停止的解决办法
1、错误现象: biee11g creating domain  csf entries will not be parsed since the adminserver is unreachable note manager properties 2、Oracle官方也有相关的内容,主要针对windows2003和windows2008服务器,解决方案是先单独装weblogic再...
分类:其他好文   时间:2014-07-08 15:07:56    阅读次数:175
windows 7中修改用户配置文件的路径
在windows7中用户配置文件的默认位置是在c:\users文件夹中。我建议最好在安装完操作系统之后就将用户配置文件的默认位置改变到其他分区。Warning在视图更改注册表之前,请备份好注册表相关键值。1.将c:\user文件夹Copy到新的位置(默认情况下“Default”directory是隐藏的,请到..
分类:Windows程序   时间:2014-07-08 10:51:58    阅读次数:480
SVN管理 使用方法
帐号配置:catauthz[groups]g_admin=admin,admin_rsyncg_库名=auser,buser,cuser,duser#库目录权限分配置[linuxspace:/]@g_admin=rw@g_PMC=r*=[linuxspace:/01workdir]@g_admin=rw@g_PMC=rauser=rw*=catpasswd[users]admin=passadmin_rsync=passauser=passSVN提交工作注意事项..
分类:其他好文   时间:2014-07-08 09:17:31    阅读次数:198
terminal使用小技巧
直接上配置,你懂的 lai'mac:~ laijingli$ more .bash_profile ###add my scripts to the search path for convenient daily usage export PATH=$PATH:/Users/laijingli/autoshell:/opt/local/bin:/opt/local/sbin ##...
分类:其他好文   时间:2014-07-06 10:12:26    阅读次数:185
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!