https://leetcode.com/problems/combination-sum-iv/#/description Given an integer array with all positive numbers and no duplicates, find the number of ...
分类:
其他好文 时间:
2017-07-12 15:16:49
阅读次数:
113
1、通过RF数据库查询中文字段结果格式:'\xba\xcb\xbc\xf5\xcd\xa8\xb9\xfd' 2、通过Decode Bytes To String进行gbk解码即可正常显示; ...
分类:
数据库 时间:
2017-07-12 15:16:43
阅读次数:
281
--definepartitionedtable:t_range_listcreatetablet_range_list(idbigserial,tenant_idint,crt_timetimestamp)partitionbylist(mod(tenant_id,10));--level1:list--list(mod(tenant_id,10))createtablet_range_list_0partitionoft_range_list(id,tenant_id,crt_time)forvalue..
分类:
其他好文 时间:
2017-07-12 15:16:36
阅读次数:
160
php判断浏览器是微信还是pc(电脑)或其他浏览器,is_weixin函数判断是否是微信内置浏览器,is_pc函数判断是否是电脑端的浏览器,代码如下:functionis_weixin(){
if(strpos($_SERVER[‘HTTP_USER_AGENT‘],‘MicroMessenger‘)!==false){
//dump("weixin");
returntrue;
}else{
//..
分类:
微信 时间:
2017-07-12 15:16:28
阅读次数:
470
python の 玩: 1.http://projecteuler.net/ 2. http://www.pythonchallenge.com/ 3.http://www.topcoder.com/(暂时没打开或是太慢) ...
分类:
其他好文 时间:
2017-07-12 15:16:20
阅读次数:
133
<!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <title>css定义图片的样式</title> <style> #box{ width:500px;/*给div盒子的宽度*/ height:600px;/*给div盒子的 ...
分类:
其他好文 时间:
2017-07-12 15:16:13
阅读次数:
164
[1]加载状态 [2]模拟单选 [3]模拟多选 [4]按钮状态 [5]JS触发 [6]JS源码 ...
分类:
其他好文 时间:
2017-07-12 15:16:03
阅读次数:
182
主要实现jquery方法,勾选checkbox后按钮变色并且除去disabled ...
分类:
Web程序 时间:
2017-07-12 15:15:57
阅读次数:
305
A. Restaurant Tables 题意是一个点单人座有a个双人座有b个,有n组人,每组人有一个或两个人。当一个人时优先坐单人座的没有就坐没有人坐的双人座,然后才是在已经坐了一人的双人座,还没有就拒绝为他服务。当两个人时,只坐双人座的没有就拒绝服务。问这个店要拒绝服务多少人。 直接模拟下就行了 ...
分类:
其他好文 时间:
2017-07-12 15:15:46
阅读次数:
197
<!doctype html><html lang="en"> <head> <meta charset="UTF-8"> <title>div盒子模型</title> <style> *{ margin:0px; padding:0px; } /*为了能兼容其它的设备,前端人员会把见到的所有元素写 ...
分类:
其他好文 时间:
2017-07-12 15:15:39
阅读次数:
108
针对安全性测试的工具非常多,慧都小编主要推荐20款,非常实用的安全测试工具,希望能帮到大家。 Babel Enterprise Babel Enterprise 是一款企业级的安全监控平台,可以检查OS安全状态:用户名/密码、内核选项、文件权限、补丁、网络设置、SUID、二进制文件更改等。 BFBT ...
分类:
其他好文 时间:
2017-07-12 15:15:31
阅读次数:
188
var $needArea=$('.need-area'); var placeholder = '说明:\n 1:新业务:请纤细业务生产背景,为什么要做?\n 2:老业务或体验优化:请描述线上存在问题,目前影响的范畴等'; $needArea.attr('value', placeholder);... ...
分类:
其他好文 时间:
2017-07-12 15:15:16
阅读次数:
116
1 打开网站 https://www.visualstudio.com/zh-hans/ 2. 安装 3.可以在程序目录命令行下 code . 用vscode 打开程序 4.下载插件 复制 ext install csharp 打开vscode ctrl +p 输入 ext install csha ...
分类:
其他好文 时间:
2017-07-12 15:15:07
阅读次数:
164
https://leetcode.com/problems/increasing-triplet-subsequence/#/description Given an unsorted array return whether an increasing subsequence of length ...
分类:
其他好文 时间:
2017-07-12 15:14:58
阅读次数:
138
前言: PHP实现QQ快速登录,罗列了三种方法 方法一:面向过程,回调地址和首次触发登录写到了一个方法页面【因为有了if做判断】, 方法二,三:面向对象 1.先调用登录方法,向腾讯发送请求,2.腾讯携带本网站唯一对应参数OPENID,ACCESSTOKEN,返回到对应回调页面,3.回调页面接受到腾讯 ...
分类:
Web程序 时间:
2017-07-12 15:14:46
阅读次数:
753
一、接口调用 协议:HTTPS/GET 辅助参数:Content-Type: application/json; charset=utf-8 URI://{domain}/service/v2/coverageArea?serviceId=1 请求参数: 索引 名称 类型 JSON 说明 Servi ...
分类:
其他好文 时间:
2017-07-12 15:14:39
阅读次数:
237