码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
notepad++新建文档时,会出现语法错误的红色下波浪线
notepad++新建文档时,会出现语法错误的红色下波浪线: 原因:新建文档时默认设置语言为PHP。 解决方法:修改默认语言为java或JavaScript,如下: 小结:打开文档时,也可能出现下波浪线,可在此处修改语言: ...
分类:其他好文   时间:2019-06-13 10:36:22    阅读次数:139
2019年6月12日——开始记录并分享学习心得——Python3.7中对列表进行排序
Python中对列表的排序按照是排序是否可以恢复分为:永久性排序和临时排序。 Python中对列表的排序可以按照使用函数的不同可以分为:sort( ), sorted( ), reverse( ). 下边具体介绍一下这三种函数的使用: 1. 使用sort( )对列表进行永久性排序 Note: 若使用 ...
分类:编程语言   时间:2019-06-12 21:27:59    阅读次数:174
【参考教程】微信小程序分享小程序码的生成(带参数)以及参数的获取
https://www.jianshu.com/p/108233ed7ed0 https://www.jianshu.com/p/d222ff691723?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source= ...
分类:微信   时间:2019-06-12 16:29:04    阅读次数:278
[Database] 拼接多行字段 How to concatenate selected column in multiple rows?
use function: wm_concat(column_name) e.g. select wm_concat(t.process_note) from t_process t where t.activity_id=341 ; ...
分类:数据库   时间:2019-06-12 11:05:47    阅读次数:129
LeetCode开心刷题第四天——7逆序8字符转数字
7 Reverse Integer Given a 32-bit signed integer, reverse digits of an integer. Example 1: Example 2: Example 3: Note:Assume we are dealing with an env ...
分类:其他好文   时间:2019-06-12 09:19:11    阅读次数:90
poi-java基础操作
首先 导入jar包,用的maven 接着就是poi的基本操作,做到可以输出来,表格的样式操作比较麻烦虽然不难,所以不做介绍,程序生成的文档能看不就行了。哈哈哈 注意 输出的文件名只能是xls结尾的! ...
分类:编程语言   时间:2019-06-11 11:03:41    阅读次数:96
20-136. Single Number
题目描述: Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear ...
分类:其他好文   时间:2019-06-11 00:56:22    阅读次数:100
文本三剑客(grep、sed、awk)
文档:文本三剑客(grep、sed、awk).note链接:http://note.youdao.com/noteshare?id=d6b2cb636b40803cf543f3f0b44bed9f&sub=1D4DA6B89EC74E9597672AADF0CE3894
分类:其他好文   时间:2019-06-10 21:09:11    阅读次数:123
【Teradata】DSA服务器tdactivemq重启清理消息队列步骤
1) Modify the ActiveMQ configuration file to clear out the messages queues. Note that after the broker restart, the parameter should be set back to ‘f ...
分类:其他好文   时间:2019-06-10 18:27:40    阅读次数:98
letecode [136] - Single Number
Given a non-empty array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runti ...
分类:其他好文   时间:2019-06-10 18:25:54    阅读次数:73
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!