码迷,mamicode.com
首页 >  
搜索关键字:vtk users guide    ( 12310个结果
iOS 使用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/XYZ...
分类:移动开发   时间:2014-07-16 22:58:17    阅读次数:185
知其然知其所以然--Properties.Settings.Default.Save();
winform提供自带的配置,最近查看了一下,数据到底保存到什么地方去了主目录在这下面C:\Users\Administrator\AppData\ 使用的是win7的系统C:\Users\Administrator\AppData\Local\程序的名字\BmpProject.ex...
分类:其他好文   时间:2014-07-16 21:29:29    阅读次数:208
开源软件许可协议简介
英文原文:A Short Guide To Open-Source And Similar Licenses 很多软件开发者和设计者都有将自己的软件作品以开源的形式公之于众的想法。他们希望其他人也可以分享自己的作品,使用自己的作品。开源社区之所以能蓬勃发展就是因为人们有这样的愿望。开源软件如此的丰....
分类:其他好文   时间:2014-07-16 20:08:01    阅读次数:207
ORACLE设置密码无过期
适用于ORACLE11G//获取用户所属的profileSELECT username,PROFILE FROM dba_users;//查看profile的密码有效期 默认是180天SELECT * FROM dba_profiles s WHERE s.profile='DEFAULT' AND...
分类:数据库   时间:2014-07-12 08:36:26    阅读次数:248
解决 WIn7 启动时“你有等待写入光盘的文件”
这几天启动时Win7总是要提示“您有等待写入光盘的文件”,启动时间也变慢。可能是前几日通过资源管理器刻录光盘的时候留下的垃圾。在C:\Users\ibm\AppData\Local\Microsoft\Windows\Burn 出找到这些文件,删除即可:
分类:Windows程序   时间:2014-07-11 18:30:44    阅读次数:711
oracl基本操作笔记
1.用命令导入导出表C:\Users\xiang>imp bjlims/bjlims@orcl file="c:\tjlims.dmp" full=yC:\Users\xiang>exp GDNA2/DNA file=D:\TEMP.DMP owner=GDNA2 buffer=1024
分类:其他好文   时间:2014-07-11 13:04:17    阅读次数:188
.NETFramework,Version=v4.5.AssemblyAttributes.vb 系统找不到指定的文件
Unable to open module file 'C:\Users\Admin\AppData\Local\Temp\.NETFramework,Version=v4.5.AssemblyAttributes.vb': 系统找不到指定的文件。以管理员身份运行Visual Studio工具解决问...
分类:Web程序   时间:2014-07-11 11:06:43    阅读次数:314
安装github for windows问题解决
到官网下载windows环境下的github,在安装时出现以下问题 An error occurred trying to download 'http://github-windows.s3.amazonaws.com/GitHub.application'. See the setup log file located at 'C:\Users\。。。\AppData\Local\...
分类:Windows程序   时间:2014-07-10 19:25:39    阅读次数:5852
Guide to Database Migration from Microsoft SQL Server using MySQL Workbench
http://mysqlworkbench.org/2012/07/migrating-from-ms-sql-server-to-mysql-using-workbench-migration-wizard/http://www.mysql.com/products/workbench/migra...
分类:数据库   时间:2014-07-10 15:48:05    阅读次数:293
01-查询Oracle中所有用户信息
[root@ladb1~]#su-oracle[oracle@ladb1~]$sqlplus/nologSQL*Plus:Release10.2.0.1.0-ProductiononTueJul821:47:012014Copyright(c)1982,2005,Oracle.Allrightsreserved.SQL>conn/assysdba;Connected.查询Oracle中所有用户信息1.查看所有用户:select*fromdba_users;select*f..
分类:数据库   时间:2014-07-09 08:04:43    阅读次数:239
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!