码迷,mamicode.com
首页 >  
搜索关键字:modified    ( 1174个结果
mysql的jdbc.url携带allowMultiQueries=true参数的作用及其原理
如下配置 allowMultiQueries=true参数的作用: ①可以在sql语句后携带分号,实现多语句执行。 如:mybatis的mapper.xml文件 ②可以执行批处理,同时发出多个SQL语句。 底层原理: 参考: https://my.oschina.net/zhuguowei/blog ...
分类:数据库   时间:2019-01-23 15:44:58    阅读次数:456
Kotlin中的泛型
https://www.kotlincn.net/docs/reference/generics.html 关于泛型的官方解释 网上好多关于Kotlin的发型 基本都是copy 上边链接里的内容 我下边找了一篇其他的讲解: Generics in Kotlin Last modified: Nove ...
分类:其他好文   时间:2019-01-18 18:35:08    阅读次数:150
linux kernel swap daemon
The name swap daemon is a bit of a misnomer as the daemon does more than just swap modified pages out to the swap file. Its task is to keep the memory ...
分类:系统相关   时间:2019-01-18 18:31:41    阅读次数:150
change legend layout from 'vertical' to 'horizontal' in Paraview
********** # get color legend/bar for 'vLUT' in view 'renderView1'vLUTColorBar = GetScalarBar(vLUT, renderView1) # Properties modified on vLUTColorBar ...
分类:其他好文   时间:2019-01-18 12:57:34    阅读次数:214
JS强制刷新页面、清除缓存刷新
清理网站缓存的几种方法 meta方法 清理form表单的临时缓存 jquery ajax清除浏览器缓存 方式一:用ajax请求服务器最新文件,并加上请求头If-Modified-Since和Cache-Control,如下: 方法二,直接用cache:false, 方法三:用随机数,随机数也是避免缓 ...
分类:Web程序   时间:2019-01-16 19:19:15    阅读次数:456
[LeetCode]25. Reverse Nodes in k-Group k个一组翻转链表
Given a linked list, reverse the nodes of a linked list k at a time and return its modified list. k is a positive integer and is less than or equal to ...
分类:其他好文   时间:2019-01-14 20:21:04    阅读次数:124
Git 基础
Study Document for Git Git 基礎 Git 文件的三種狀態: 已提交(committed)、已修改(modified)和已暂存(staged)。 Git 工作目錄的狀態: 已跟蹤和未跟蹤。 已提交表示数据已经安全的保存在本地数据库中。 已修改表示修改了文件,但还没保存到数据库 ...
分类:其他好文   时间:2019-01-13 18:09:50    阅读次数:152
Singer 学习十三 发现模式
发现模式 发现模式提供了一种描述tap 支持数据流的方式,使用了json schema 做为描述数据的结构以及每个数据流的 类型,发现模式的实现依赖tap 的数据源,有些taps 将硬编码每个流的模式,而其他的将连接到提供可用流的 描述的api,当运行发现模式时,tap 应该写如stdout 流列表 ...
分类:其他好文   时间:2019-01-09 23:36:10    阅读次数:366
Boosting Static Representation Robustness for Binary Clone Search against Code Obfuscation and Compiler Optimization(一)
接着上一篇,现在明确问题:在汇编克隆搜索文献中,有四种类型的克隆[15][16][17]:Type1.literally identical(字面相同);Type2.syntactically equivalent(语法等价);Type3.slightly modified(稍作修改);Type4. ...
分类:其他好文   时间:2019-01-07 21:05:17    阅读次数:388
使用python操作MongoDB
安装模块 查 find 增加 insert 更新 update 删除 delete, remove ...
分类:数据库   时间:2018-12-31 12:21:26    阅读次数:274
1174条   上一页 1 ... 22 23 24 25 26 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!