以下英文内容摘自:http://www.kandroid.org/ndk/docs/OVERVIEW.htmlThe Android NDK is a set of tools that allows Android application developers to embed native ma ...
分类:
移动开发 时间:
2019-01-25 13:01:48
阅读次数:
167
1.准备工作 1.1.添加上传必要jar包 1.2.springmvc xml配置 2.前端页面代码 注意不论是上传 图片还是 doc文档等,前端写法都一样,只是后端解析工具类不一样而已 1 <%@ page contentType="text/html;charset=UTF-8" languag ...
分类:
Web程序 时间:
2019-01-25 13:00:10
阅读次数:
180
实现效果: 图一: 图二: 此例中输入的中文字符串“万万保重”,有三个字是多音字,所以alert对话框中显示的是多种读音的组合; 如何实现? 如何实现通过拼音首字母快速查找页面内的中文内容呢? 过程原理是这样的:例如要对一些人名进行快速查找,当页面加载完成后,对所有人名建立一个索引,生成拼音首字母与 ...
分类:
Web程序 时间:
2019-01-24 11:51:08
阅读次数:
230
def regist(): name=input('name>>>:') pwd=input('pwd>>>:') dic={} dic[name] = pwd with open('xx','w',encoding='utf-8') as f: json.dump(dic,f,ensure_asc... ...
分类:
其他好文 时间:
2019-01-23 23:21:15
阅读次数:
234
MyBatis 的配置文件包含了会深深影响 MyBatis 行为的设置(settings)和属性(properties)信息。文档的顶层结构如下: configuration 配置 properties 属性 settings 设置 typeAliases 类型别名 typeHandlers 类型处 ...
分类:
其他好文 时间:
2019-01-23 12:31:53
阅读次数:
197
logging记录日志 日志是一个系统的重要组成部分,用以记录用户操作、系统运行状态和错误信息。日志记录的好坏直接关系到系统出现问题时定位的速度。logging模块Python2.3版本开始成为Python标准库的一部分。 日志级别 在最简单的使用中,我们直接导入logging模块,然后调用它的de ...
分类:
编程语言 时间:
2019-01-23 11:34:16
阅读次数:
228
We have a two dimensional matrix A where each value is 0 or 1. A move consists of choosing any row or column, and toggling each value in that row or c ...
分类:
其他好文 时间:
2019-01-22 20:41:09
阅读次数:
157
logger.info("接收的 shiftStartTime:" + shiftStartTime); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Date date = new Date(Long.par ...
分类:
编程语言 时间:
2019-01-21 22:53:53
阅读次数:
173
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\Control Panel] ...
分类:
其他好文 时间:
2019-01-21 19:18:42
阅读次数:
172
https://leetcode.com/tag/design/ ...
分类:
其他好文 时间:
2019-01-18 17:22:31
阅读次数:
103