码迷,mamicode.com
首页 >  
搜索关键字:no source available    ( 19870个结果
模仿ios下的coverflow
Android高级图片滚动控件,编写3D版的图片轮播器http://blog.csdn.net/guolin_blog/article/details/17482089A cool Open Source CoverFlow view for Android with several fancy e...
分类:移动开发   时间:2014-08-19 22:22:15    阅读次数:242
ckeditor的使用与验证
1、使id=id的textArea变为富文本编辑框function inittextarea(id){ CKEDITOR.replace(id,{ width:'600px', height:'300px', toolbar : [['Source','Save','NewPage','Previe...
分类:其他好文   时间:2014-08-19 16:26:14    阅读次数:148
vuforia 结合 unity3d 开发 AR 的 androidAPP 总结
原地址:https://software.intel.com/zh-cn/blogs/2014/07/09/vuforia-unity3d-ar-androidapp/?utm_campaign=CSDN&utm_source=intel.csdn.net&utm_medium=Link&utm_c...
分类:移动开发   时间:2014-08-19 14:20:24    阅读次数:321
Installing VirtualBox
This article will briefly cover the installation process. Both i386 and AMD64 (x86_64) versions are available. You will need to be the root user for ...
分类:其他好文   时间:2014-08-19 14:10:24    阅读次数:196
Setting property ‘source‘ to ‘org.eclipse.jst.jee.
这是我于2013年9月4号晚遇到的问题,为了这个问题我一夜没睡! 对于这个问题,我相信我的方法已经能帮90%的人解决了! 当你用Eclipse运行web项目的时候,你就会看到控制台出现: WARNING: [SetPropertiesRule]{S...
分类:Web程序   时间:2014-08-19 11:12:05    阅读次数:190
AppFuse 3的乱码问题
书接上回:AppFuse 3常见问题与解决方法 ,一个新问题:乱码! 在3.0.0版本下,执行mvn appfuse:full-source命令后使用mvn jetty:run启动工程,页面上就出现了乱码。我要说的是这个乱码问题非常有趣,它的有趣之处在于最后的解决方法看上去与问题差的太远。这个解决方法是:找到pom中对hibernate3-maven-plugin的配置,将其中的部分注释掉,即不在...
分类:移动开发   时间:2014-08-19 09:25:33    阅读次数:268
Sublime 脚本 配置 (lua 和 JavaScript篇)
{ "cmd" :["C:/Lua/Lua.exe","$file"], "file_regex" :"^(?:lua:)?[\t](...*?):([0-9]*):?([0-9]*)", "selector" :"source.lua"}{ "cmd" :["node","$file"], "fi...
分类:编程语言   时间:2014-08-18 20:27:52    阅读次数:186
Linux shell脚本中调用另一个shell(exec、source、fork)
在运行shell脚本时候,有三种方式来调用外部的脚本,exec(execscript.sh)、source(sourcescript.sh)、fork(./script.sh)exec(exec/home/script.sh):使用exec来调用脚本相当于在当前shell执行了一条命令,不会产生新的进程,被执行的脚本会继承当前shell的环境变量。但..
分类:系统相关   时间:2014-08-18 18:49:33    阅读次数:660
stncpy 函数
C++中, 字符串处理的c style相关函数定义在头文件 中。 strncpy()函数:    函数的prototype:  char * strncpy ( char * destination, const char * source, size_t num );       作用: 将source 内部存储的字符串的前num 个字符拷贝到 destination 指向...
分类:其他好文   时间:2014-08-18 18:43:42    阅读次数:224
利用DataTable快速批量导数据
DataSet ds = new DataSet(); using (SqlConnection conn = new SqlConnection(@"data source=.\sqlxu;initial catalog=NationalUnion20140717;persist security...
分类:其他好文   时间:2014-08-18 17:55:02    阅读次数:249
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!