1. get class name: adb shell shell@android:/mnt/sdcard/books $ dumpsys window windows >dump.txt grep "focus" mFocusedApp=AppWindowToken{420a5df8 token ...
分类:
移动开发 时间:
2017-05-27 10:37:58
阅读次数:
265
Description Farmer John recently bought another bookshelf for the cow library, but the shelf is getting filled up quite quickly, and now the only avai ...
分类:
其他好文 时间:
2017-05-25 21:54:10
阅读次数:
250
首先从数据库读取数据到DataTable,这我就不提了,大家都明白。下面直接介绍如何从DataTable高效率导出数据到Excel中的方法,代码如下: 说明: 1)上述方法中,将DataTable单元格内容写入数组后一次性赋值给Excel的Range,效率非常高,比之循环DataTable单元格逐个 ...
分类:
其他好文 时间:
2017-05-24 18:33:57
阅读次数:
180
高版本导出报错问题,是由于高版本对导出文件优化了权限设置, show variables like '%secure%';查看权限是NULL就代表禁止导出 在配置文件my.cnf [mysqld]下加secure_file_priv=指定导出目录 本节所讲内容: 1. 字段修饰符 2. 清空表记录 ...
分类:
数据库 时间:
2017-05-24 09:55:51
阅读次数:
340
转载:http://www.cnblogs.com/charlotte77/p/5485438.html 最近在学深度学习相关的东西,在网上搜集到了一些不错的资料,现在汇总一下: Free Online Books Deep Learning66 by Yoshua Bengio, Ian Good ...
分类:
其他好文 时间:
2017-05-22 19:28:03
阅读次数:
733
估计很多的朋友在很小的时候就看过奥斯特洛夫斯基同学的《钢铁是怎样炼成的》,偶小时候在农村混,看的最多是各式各样的牛屎以及长得极象牛屎的山头,这些所谓的名著偶直到大学才有机会拜读,但说实话,偶是个俗人,还是更喜欢看一些痞子写的文字或带COLOR的BOOKS。偶之所以写这么个主题,主要是太多的朋友给偶发 ...
分类:
其他好文 时间:
2017-05-16 14:38:01
阅读次数:
89
Given an array A of integer with size of n( means n books and number of pages of each book) and k people to copy the book. You must distribute the con ...
分类:
其他好文 时间:
2017-05-15 10:02:31
阅读次数:
192
以下内容引用自https://ayayui.gitbooks.io/tutorialspoint-maven/content/book/maven_manage_dependencies.html: 一、前言 Maven的一个核心特性就是依赖管理。当我们涉及到多模块的项目(包含成百个模块或者子项目) ...
分类:
其他好文 时间:
2017-05-15 10:00:12
阅读次数:
236
这句sql能够用来查询一张表中的特定位置的记录 --查询的方法获取分页的语句 select *from (select t1.*,rownum rn from (select *from books) t1 where rownum<=4) where rn >2; --使用分页写存储过程 --1 ...
分类:
数据库 时间:
2017-05-14 14:56:00
阅读次数:
178
接口测试基础 接口调用,参数拼接: key-value形式 url?param=value¶m2=value 例子: https://api.douban.com/v2/book/search?q=邹伟伟 { count: 1, start: 0, total: 1, books: [ ] ...
分类:
其他好文 时间:
2017-05-13 20:08:58
阅读次数:
139