解决办法:\Data\Ueditor\php\Uploader.class.php190行左右/** * 获取文件扩展名 * @return string */ private function getFileExt() { date_default...
分类:
其他好文 时间:
2014-07-16 23:12:13
阅读次数:
206
Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project ERP: Compilation failure[ERROR] Unabl...
分类:
其他好文 时间:
2014-07-10 11:12:26
阅读次数:
230
Android中AndroidManifest.xml警告Should explicitly set android:allowBackup to true or false (it's true by default, and that can have some security implica...
分类:
移动开发 时间:
2014-07-09 23:52:04
阅读次数:
431
oracle表空间相关常用命令小结:1、ALTER DATABASE SET DEFAULT BIGFILE TABLESPACE;//修改表空间数据文件类型2、ALTER TABLESPACE 旧表空间名称 TO 新表空间名称;//修改表空间名称3、select * from v$database...
分类:
数据库 时间:
2014-07-07 22:55:12
阅读次数:
563
自从google被和谐以后,上google的store安装插件是如此的费劲,好在mac下的chrome已经装好了,直接导出给linux就可以mac下chrome的插件目录为~/Library/Application Support/Google/Chrome/Default/Extensions/直...
分类:
系统相关 时间:
2014-07-07 20:36:01
阅读次数:
354
1.Maven构建失败Failedtoexecutegoalorg.apache.maven.plugins:maven-compiler-plugin: 2.3.4 :compile( default -compile)onprojectoecp:Compilationfailure 2.解决.....
分类:
其他好文 时间:
2014-07-07 19:14:34
阅读次数:
309
修改mysql默认字符集的方法1 最简单的修改方法,就是修改mysql的my.ini文件中的字符集键值,如 default-character-set = utf8 character_set_server = utf8 (注意中间没有-)修改完后,重启mysql的服务,service mysq.....
分类:
数据库 时间:
2014-07-07 18:52:50
阅读次数:
260
Built-in Control Structures 内置控制结构1 if 控制结构scala的if跟java的if结构上相同,功能上也差不太多,scala的说法是,if能够返回一个值 val fileName = if (!args.isEmpty) args(0) else "default....
分类:
其他好文 时间:
2014-07-07 18:33:10
阅读次数:
169
From gtk+-2.90.7 configure --help we can see:--with-gdktarget=[x11/win32/quartz] select non-default GDK targetThere is no directfb in the gdktarget as...
分类:
其他好文 时间:
2014-07-07 18:22:03
阅读次数:
235
使用URLRewriter.dll后,根本不需要使用任何代码,我之前做的项目就是用的做URL重写的,其实不是进化,其实表面上看是.html扩展名而已,当然你还可以用其他的任意扩展名下面是你的配置~/d(\d+)\.html~/default.aspx?id=$1其实就是正则匹配~/d(\d+)\.h...
分类:
其他好文 时间:
2014-07-07 18:06:32
阅读次数:
159