上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 368 下一页
摘要: UITextView in iOS7 has been really weird. As you type and are entering the last line of your UITextView, the scroll view doesn't scroll to the bottom ... 阅读全文
posted @ 2015-12-30 21:30 hrhguanli 阅读(181) 评论(0) 推荐(0) 编辑
摘要: idea 支持非常多种文件类型。然而总有想不到。近期开发jenkins 插件,jenkins 插件的页面开发大多用jelly如何让idea识别jelly呢?ctrl+alt+s 快捷键打开配置页面。搜索file type,加入一个file类型,此处文件名称写jelly file然后加入一个patte... 阅读全文
posted @ 2015-12-30 19:31 hrhguanli 阅读(2361) 评论(0) 推荐(0) 编辑
摘要: __super::member_function(); The__superkeyword allows you to explicitly state that you are calling a base-class implementation for a function th... 阅读全文
posted @ 2015-12-30 17:37 hrhguanli 阅读(185) 评论(0) 推荐(0) 编辑
摘要: xwhyc大大 好久没更新了,自己弄了一点更新: $third-party选项过滤多个站点的第三方广告:dy1000.com。yatu.tv,greasyfork.org 主流视频站点,请配合我的脚本 处理zdfans.com的过滤推断 百度,过滤其音乐盒的随机广告 QQ。i.qq.... 阅读全文
posted @ 2015-12-30 15:57 hrhguanli 阅读(928) 评论(0) 推荐(0) 编辑
摘要: 在调出Preferences之后,选中Text Editors。先选中Show print margin,在Print margin column框中填入180就可以,然后选择以下的Print margin,点击右边的color,能够变更颜色。将其改成鲜艳的红色就可以。 阅读全文
posted @ 2015-12-30 14:45 hrhguanli 阅读(412) 评论(0) 推荐(0) 编辑
摘要: 有朋友常常会发现自己的数据库全部的内容给插入了一些代码,假设要一个个表一个个记录去删除。太麻烦了,以下我在在网上找到一个能够批量删除的方法,实际上是批量把那段恶意代码替换,很高速。declare @t varchar(255),@c varchar(255)declare table_cursor ... 阅读全文
posted @ 2015-12-30 13:38 hrhguanli 阅读(1297) 评论(0) 推荐(0) 编辑
摘要: 删除同样元素(线性表)Time Limit:1 SecMemory Limit:128 MBSubmit:204Solved:148[Submit][Status][Web Board]Description(线性表)在一个递增有序的线性表中,有数值同样的元素存在。若存储方式为单链表。设计算法去掉数... 阅读全文
posted @ 2015-12-30 12:03 hrhguanli 阅读(445) 评论(0) 推荐(0) 编辑
摘要: app.js文件介绍,因为也是初学,以下的内容是个人的理解,有些不正确的地方请评论中指证;以注解的形式说明。//依赖组件[模块]导入var express = require('express');var path = require('path');var favicon = require('s... 阅读全文
posted @ 2015-12-30 11:16 hrhguanli 阅读(243) 评论(0) 推荐(0) 编辑
摘要: 本文首先总结一下Bitmap的相关概念,然后通过一个实际的问题来分析设置BitmapFactory.options的注意事项。以降低不必要的内存占用率,避免发生OOM。一、 Bitmap的使用trick尽量不要使用setImageBitmap或setImageResource 或BitmapFact... 阅读全文
posted @ 2015-12-30 09:39 hrhguanli 阅读(380) 评论(0) 推荐(0) 编辑
摘要: 软件开发热点词汇不断推陈出新,cmmi。agile。精益,持续交付,持续集成,灰度……但有一个词事实上一直在那里,支持着各种各样的新热点。它是#软件配置管理#。 它也是影响团队软件开发效率的重大因素。英文缩写SCMSCM从软件project诞生时,甚至诞生前就在那里。由于程序代码文档总是要存放的.S... 阅读全文
posted @ 2015-12-30 08:07 hrhguanli 阅读(169) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 368 下一页