参考 https://blog.csdn.net/weixin_ 36401046/article/details/52954408 https://stackoverflow.com/questions/34975423/visual-studio-2015-git-error-opensomef ...
分类:
数据库 时间:
2018-09-07 19:19:29
阅读次数:
1308
(1)编译时发生 解决方法: 1、在最外层的Gradle中,删除如下的语句 (2)编译时发生 解决方法: 1、在最外层的Gradle中,删除如下的语句 (3)编译时发生 解决方法: 1、你的项目中存在中文命名,将项目中对应的中文命名改为英文即可 (4)编译时发生 解决方法: 1、你的项目中res\d ...
分类:
移动开发 时间:
2018-09-07 14:02:31
阅读次数:
256
原文: https://www.webcodegeeks.com/web-development/clean-code-principles-better-programmer/ “My code is working well, the website I built is looking gre ...
分类:
其他好文 时间:
2018-09-06 14:45:36
阅读次数:
184
字节 (byte):8个二进制位为一个字节(B),最常用的单位。计算机存储单位一般用B,KB,MB,GB,TB,PB,EB,ZB,YB,BB来表示,它们之间的关系是: 1B(Byte字节)=8bit 1KB (Kilobyte 千字节)=1024B, 1MB (Mega byte 兆字节 简称“兆” ...
分类:
其他好文 时间:
2018-09-03 19:34:01
阅读次数:
240
首次安装APP,获取读写权限以后, 当读取文件时候,仍然会遇见(Permission denied)错误,解决方案是杀掉APP,重新打开APP即可。 应该属于部分版本系统的bug,直到APP所有的processes被killed,操作系统才会更新设置里面的权限设置,解决方案 代码判断是否授权成功的状 ...
分类:
移动开发 时间:
2018-09-01 15:24:39
阅读次数:
256
访问“www. .com/admin/index/index” ;的时候, 会出现错误如下: 报错为: failed to open stream: Permission denied 无法打开流:权限被拒绝 没权限访问 解密时刻: 切换到该目录 就这样完美解决了! ...
分类:
其他好文 时间:
2018-08-31 17:10:18
阅读次数:
661
实现推送有多种方法和技术手段,我这边是使用三方“个推”去实现对特定用户的推送。我自己是关联业务,对下一步任务代办人进行消息通知。 1 、个推账号申请和配置 1.1、IOS需要推送证书 参考网址:http://www.applicationloader.net/blog/zh/397.html 1.2 ...
分类:
移动开发 时间:
2018-08-31 14:48:29
阅读次数:
1083
Amazon Web Services (AWS) allows customers to assign metadata to their AWS resources in the form of tags. Each tag is a simple label consisting of a c... ...
分类:
其他好文 时间:
2018-08-31 00:27:06
阅读次数:
186
任意门:http://acm.hdu.edu.cn/showproblem.php?pid=2795 Billboard Time Limit: 20000/8000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Su ...
分类:
其他好文 时间:
2018-08-30 11:11:27
阅读次数:
148
1、打开【系统偏好设置】。 2、点击进入【Mission Control】。 3、中间有一项【Dashboard】,点击它右边的下拉菜单,选择【关闭】,即可。 ...
分类:
系统相关 时间:
2018-08-28 14:13:52
阅读次数:
211