背景:开机黑屏卡在,dev/sda1: clean, 552599/6111232 files, 7119295/24414464 blocks,修复完这个问题之后,出现桌面卡死,光标鼠标键盘全部失灵,跟着本文来解救你的电脑 1. 开机黑屏卡在,dev/sda1: clean, 552599/611 ...
分类:
系统相关 时间:
2018-08-09 01:15:59
阅读次数:
637
Swift Updated for Swift 3 Use with a textView.linkTextAttributes = [NSForegroundColorAttributeName: UIColor.green] And in context: let attributedStrin ...
分类:
其他好文 时间:
2018-08-01 18:25:12
阅读次数:
156
一、文件、目录操作命令 1、ls命令 功能:显示文件和目录的信息 ls 以默认方式显示当前目录文件列表 ls -a 显示所有文件包括隐藏文件 ls -l 显示文件属性,包括大小,日期,符号连接,是否可读写及是否可执行 ls -lh 显示文件的大小,以容易理解的格式印出文件大小 (例如 1K 234M ...
分类:
系统相关 时间:
2018-07-31 22:11:22
阅读次数:
173
XtraReport交叉表自适应行高及最佳列宽 1.自适应行头的行高,绑定CustomRowHeight事件,代码如下: private Graphics gr = Graphics.FromHwnd(IntPtr.Zero); private void pivotGrid1_CustomRowHe ...
分类:
其他好文 时间:
2018-07-30 17:14:42
阅读次数:
176
1. fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository. Please make sure you have the correct access r ...
分类:
移动开发 时间:
2018-07-29 10:45:19
阅读次数:
1185
The doggie found a bone in an ancient maze, which fascinated him a lot. However, when he picked it up, the maze began to shake, and the doggie could f ...
分类:
其他好文 时间:
2018-07-28 13:49:09
阅读次数:
147
网页上,尽管设置了input按钮和button的背景颜色,但在苹果手机上测试时仍会发现背景颜色为透明渐变色,不起作用,怎么解决呢? 在css公共样式中加上下面代码就可以解决,去除button和input按钮系统默认appearance的样式,常用于IOS下移除原生样式。 ...
分类:
移动开发 时间:
2018-07-25 19:03:10
阅读次数:
217
Given a sorted array nums, remove the duplicates in-place such that each element appear only once and return the new length. Do not allocate extra spa ...
分类:
其他好文 时间:
2018-07-22 20:48:58
阅读次数:
143
在跟着heroku的 "官方教程" 创建python应用时,到 这一步,要上传代码到heroku 的git仓库时,报的这个错误: 网上一搜,相关的答案居然极少,首页只出现一篇(还好这篇里面的方法给我解决了这个问题),里面提到的方法如下: 先执行 然后再执行 ,问题解决 参考:http://www.i ...
分类:
移动开发 时间:
2018-07-19 23:29:47
阅读次数:
448
参考网站:https://blog.csdn.net/XLSMN/article/details/78752669 1、首先来看一下整体效果 2、具体方法如下: 首先,你必须有两张很重要的图片,你可以从我这里保存为本地 3.具体代码如下 var scene=viewer.scene; var sce ...
分类:
其他好文 时间:
2018-07-19 18:14:08
阅读次数:
842