首页 > 2016年09月14日 > 全部分享
jQuery 基本选择器
1 基本选择器 $(‘#id属性值’) >document.getElementById() $(‘tag标签名称’) >document.getElementsByTagName(); $(‘.class属性值’) class属性值选择器 $(‘*’) 通配符选择器 $(‘s1,s2,s3’)联合 ...
分类:Web开发   时间:2016-09-14 08:21:24    收藏:0  评论:0  赞:0  阅读:243
18、webservice使用
1、将axis2.war文件拷到tomcat,webapp文件夹下,然后重启tomcat 访问 ...
分类:Web开发   时间:2016-09-14 08:21:16    收藏:0  评论:0  赞:0  阅读:199
RPC之——HTTP协议栈
今天,给大家带来一篇稍有深度的文章——《RPC之——HTTP协议栈》,好了,我们进入正题吧。  HTTP协议属于应用层协议,它构建于TCP和IP协议之上,处于TCP/IP协议架构层的顶端,所以,它不...
分类:Web开发   时间:2016-09-14 07:18:45    收藏:0  评论:0  赞:0  阅读:244
C#中Internal class与静态类说明
C#中的internal访问修饰符表示 访问仅限于当前程序集 但是注意,internal修饰符修饰的类中,可以有public的成员变量和成员方法等 Static 关键字作为修饰符可以用于类、方法和成员变量上。其含义是对于整个应用程序生命周期内,访问该修饰符修饰的对象/方法/变量都引用到同一实例(内存 ...
分类:Windows开发   时间:2016-09-14 07:18:15    收藏:0  评论:0  赞:0  阅读:209
LeetCode-Group Shifted Strings
Given a string, we can "shift" each of its letter to its successive letter, for example: "abc" -> "bcd". We can keep "shifting" which forms the sequen ...
分类:其他   时间:2016-09-14 07:18:04    收藏:0  评论:0  赞:0  阅读:262
LeetCode-Bulls and Cows
You are playing the following Bulls and Cows game with your friend: You write down a number and ask your friend to guess what the number is. Each time ...
分类:其他   时间:2016-09-14 07:17:44    收藏:0  评论:0  赞:0  阅读:236
MySQL带参数的存储过程小例子
http://wwty.iteye.com/blog/698239 mysql存储过程也提供了对异常处理的功能:通过定义HANDLER来完成异常声明的实现 语法如下: DECLARE handler_type HANDLER FOR condition_value[,...] sp_statemen ...
分类:数据库技术   时间:2016-09-14 07:17:34    收藏:0  评论:0  赞:0  阅读:279
204. Count Primes
Description: Count the number of prime numbers less than a non-negative number, n. 埃拉托斯特尼筛法 ...
分类:其他   时间:2016-09-14 07:17:14    收藏:0  评论:0  赞:0  阅读:243
396. Rotate Function
Given an array of integers A and let n to be its length. Assume Bk to be an array obtained by rotating the array A k positions clock-wise, we define a ...
分类:其他   时间:2016-09-14 07:17:04    收藏:0  评论:0  赞:0  阅读:381
Dedecms限制栏目列表生成的最大页数
Dedecms默认并没有这个设置项,修改这个设置主要有二个目的: 1)防止生成列表时消耗过多的时间,有些大数据量的网站,列表可以达到几千页,生成这些列表是十分耗时的。 2)防止被采集,如果列表不加以限制,全站的文章都可以被索引到。 具体的设置方法为: 在系统->站点设置中添加一个新的变量,变量名称: ...
分类:其他   时间:2016-09-14 07:16:54    收藏:0  评论:0  赞:0  阅读:328
Software Development Engineer - Database Services
http://stackoverflow.com/jobs/116486/software-development-engineer-database-services-amazon?med=clc&ref=small-sidebar-tag-themed-python distributed en ...
分类:数据库技术   时间:2016-09-14 07:16:44    收藏:0  评论:0  赞:0  阅读:227
LeetCode-Binary Tree Paths
Given a binary tree, return all root-to-leaf paths. For example, given the following binary tree: All root-to-leaf paths are: Credits:Special thanks t ...
分类:其他   时间:2016-09-14 07:16:24    收藏:0  评论:0  赞:0  阅读:244
不动产登记系统
不动产登记系统界面,WPF及VS2013开发,怎么样? ...
分类:其他   时间:2016-09-14 07:16:04    收藏:0  评论:0  赞:0  阅读:252
86. Partition List
Given a linked list and a value x, partition it such that all nodes less than x come before nodes greater than or equal to x. You should preserve the ...
分类:其他   时间:2016-09-14 07:15:34    收藏:0  评论:0  赞:0  阅读:193
NYOJ题目1048破门锁
每个锁位上可能的数为5(正确的一个+上偏移的两个+下偏移的两个),所以总共可能性为: 但是这里面有个关键的问题就是用户密码和工厂密码可开的可能有重复的,所以答案是250去掉重复的部分。 困了,睡,明天再写... 题目来源: http://acm.nyist.net/JudgeOnline/probl ...
分类:其他   时间:2016-09-14 07:15:24    收藏:0  评论:0  赞:0  阅读:283
简单的循环队列
#include<stdio.h>#include<malloc.h> #define max 10 typedef struct node{int queue[max];int front,rear;}q,*queue;void init(queue p){p->front=-1;p->rear= ...
分类:其他   时间:2016-09-14 07:15:14    收藏:0  评论:0  赞:0  阅读:197
LeetCode-Isomorphic Strings
Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replaced to get t. All occurrenc ...
分类:其他   时间:2016-09-14 07:15:04    收藏:0  评论:0  赞:0  阅读:233
flat network 原理与配置 - 每天5分钟玩转 OpenStack(86)
本节讨论 falt network 原理以及如何在 ml2 中配置 flat network。 ...
分类:Web开发   时间:2016-09-14 07:14:54    收藏:0  评论:0  赞:0  阅读:227
NYOJ题目1045看美女
开始的时候蠢蠢的使用直白的模拟: 然后很不幸,TLE 然后想着分别从两侧扫描只记录最大值然后跟当前比较做标记位就可以了,这样子的话最多扫描两遍数组就可以了,效率还是蛮高的。 AC代码: 题目来源: http://acm.nyist.net/JudgeOnline/problem.php?pid=10 ...
分类:其他   时间:2016-09-14 07:14:44    收藏:0  评论:0  赞:0  阅读:190
解决VS2005 VS2008 vs2010断点无效-源代码与原始版本不同
网上说的方法:(额~但是我就是不能用。但是也贴出来) 方法1、直接把整个文件格式化了一次,断点就可以用了Ctrl + A全选菜单:编辑-〉高级-〉设置选定内容的格式 (Ctrl+K, Ctrl+F)通过比较文件发现是由于制表符Tab(0x09)引起的,原因不详。 方法2:整个工程重新生成。 方法3: ...
分类:其他   时间:2016-09-14 07:14:34    收藏:0  评论:0  赞:0  阅读:434
1375条   上一页 1 ... 55 56 57 58 59 ... 69 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!