Summer
Summer
@lesliezjm 在thinkPHP 5.1.X新版取消了Loader::import方法以及import和vendor助手函数,推荐全面采用命名空间方式的类以及自动加载机制,如果必须使用请直接改为php内置的include或者require语法。 原来的import("Vendor.Classes.PHPExcel.IOFactory");或Vendor('phpoffice.phpexcel.Classes.PHPExcel.IOFactory');方法已经不再使用。
README.md中 ``` * [云同步](http://hukai.me/android-training-course-in-chinese/cloud/cloudsync/index.html) - @[kesenhoo](https://github.com/kesenhoo),@[jdneo](https://github.com/jdneo) * [解决云同步的保存冲突](http://hukai.me/android-training-course-in-chinese/cloud/cloudsave/index.html) - @[jdneo](https://github.com/jdneo) ``` 都是 404 了
可以用eclipse导出build.gradle, 就可以用啦
很高兴看到你提出疑问,然后去找解决问题的方法。 这个图文编辑是之前在某公司的时候,当时正好有这个需求,就写了这个库,投入使用之后,基本满足当时的需求,之后就没有加其他新功能了。(虽然,这家公司最后还是倒闭了) 我也很期待你能把它实现了,但记得要告诉我。
edit `app/build.gradle` ``` dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.1.1' compile 'com.charonchui.vitamio:vitamio:4.2.2' compile files('libs/universal-image-loader-1.9.3.jar') compile files('libs/jsoup-1.8.1.jar') compile 'com.github.ctiao:DanmakuFlameMaster:0.4.8' // compile project(':VPIndexLibrary') compile 'com.android.support:support-v4:22.1.1' } ``` edit `seetings.gradle` ```...
edit `app/build.gradle` ``` dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) compile 'com.android.support:appcompat-v7:22.1.1' compile 'com.charonchui.vitamio:vitamio:4.2.2' compile files('libs/universal-image-loader-1.9.3.jar') compile files('libs/jsoup-1.8.1.jar') compile 'com.github.ctiao:DanmakuFlameMaster:0.4.8' // compile project(':VPIndexLibrary') compile 'com.android.support:support-v4:22.1.1' } ``` edit `seetings.gradle` ```...
@ryderz8 me too