Android ViewPager Bug

2016-10-13 0 条评论 169 次阅读 0 人点赞

here is thoow err code:``` java.lang.NullPointerException at android.support.v4.app.FragmentManagerImpl.execSingleAction(FragmentManager.java:1629) at…

mongodb自动关闭

2016-10-12 0 条评论 138 次阅读 0 人点赞

log:``` 2016-10-13T13:30:11.051+0800 I STORAGE [signalProcessingThread] shutdown: removing fs lock... 2016-10-13T13:30:11.051+0800 I CONTROL [signalPr…

iOS中的delegate.

2016-10-11 0 条评论 239 次阅读 0 人点赞

iOS的delegate学习的过程中找了好多的资料说的都很模糊自己总结的:只有一点.就是callback. 在.h文件中写出: @protocol XxxDelegate @required -(void) methodName:(id *)methodValue; @end @interface …

ownCloud不能选择语言.

2016-10-11 0 条评论 215 次阅读 0 人点赞

研究得出结论,为php.ini的锅编辑php.ini(lnmp或lnmpa的默认php.ini路径为/usr/local/php/etc/php.ini) 找到disable_functions =字段 将原本的: disable_functions = passthru,exec,system,c…

ownCloud nginx index.php/apps/files/ 错误

2016-10-11 0 条评论 1.35k 次阅读 0 人点赞

nginx对php不友好.需要在nginx的conf开启pathinfo.conf如下是我的conf: server { listen 80 default_server; #listen [::]:80 default_server ipv6only=on; server_name 0.0.0.0…

安卓 跳到当前应用权限设置

2016-10-07 0 条评论 151 次阅读 0 人点赞

private void getAppDetailSettingIntent(Context context) { Intent localIntent = new Intent(); localIntent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); if (…

TeamView受控端退出时,不锁屏.

2016-09-29 0 条评论 119 次阅读 0 人点赞

windows的话打开TeamView的process tree kill掉 teamView_Desktop就退出,不锁屏.下次还能连接.Mac打开活动.kill掉teamView_Desktop..

Google 18years

2016-09-26 0 条评论 120 次阅读 0 人点赞

Happy birthday to google 🍰

xcode 上传ipa到apple store

2016-09-23 0 条评论 501 次阅读 0 人点赞

step 1. cmd + R 启动到手机 然后选择如下图 step 2. 点击Expert. step 3. 选中Save for iOS App Store Deployment点击next. step 4. 选择帐号.然后选择导出ipa 路径. step 5. 打开Application Lo…

xcode8 问题

2016-09-21 0 条评论 136 次阅读 0 人点赞

快捷键不灵 It means you could just use the shortcut (⌥ Option + ⌘ Command + /) to add a documentation comment to your code if you are using Xcode 8 or abov…

加载更多