首页 > 2014年07月23日 > 全部分享
JavaScript 经常忽略的 7 个基础知识点
1. 在 String.prototype.replace 方法中使用 /g 和 /i标志位令很多 JavaScript 初学者意外的是,字符串的 replace 方法并不会替换所有匹配的子串——而仅仅替换第一次匹配。当然 JavaScript 老手们都知道这里可以使用正则表达式,并且需要加上一个全...
分类:编程语言   时间:2014-07-23 15:18:36    收藏:0  评论:0  赞:0  阅读:278
XSS 前端防火墙 —— 整装待发
XSS 防火墙模拟测试
分类:其他   时间:2014-07-23 15:18:26    收藏:0  评论:0  赞:0  阅读:303
使用coding.net搭建自己的微信公众号后台服务
#首先你得要注册成为[Coding.net](https://coding.net/)的用户.打开之后映入眼帘的就是这个萌萌的图标啦!![Coding](https://coding.net/static/5ee8025c9dc63a6ff53153705d0e7ce8.png)PS:本来今天早上想...
分类:微信   时间:2014-07-23 15:18:16    收藏:0  评论:0  赞:0  阅读:684
Silverlight 图表下载到Excel文件中
一、Silverlight xaml.cs文件按钮触发方法1、//下载图表 private void btnDown_Click(object sender, RoutedEventArgs e) { DBServiceClient svc = new DBServiceClient(); s...
分类:Web开发   时间:2014-07-23 15:18:06    收藏:0  评论:0  赞:0  阅读:386
uva 11542 高斯消元
SquareInput:Standard InputOutput:Standard OutputGivennintegers you can generate2n-1non-empty subsets from them. Determine for how many of these subset...
分类:其他   时间:2014-07-23 15:17:56    收藏:0  评论:0  赞:0  阅读:379
Illegal access:this web application instance has been stopped already
七月 23, 2014 2:34:35 下午 org.apache.catalina.loader.WebappClassLoader loadClass信息: Illegal access: this web application instance has been stopped alread...
分类:移动平台   时间:2014-07-23 15:17:46    收藏:0  评论:0  赞:0  阅读:1165
数据库的导入导出
一、导出:打开CMD,输入命令: expUsername: test@orclPassword:Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 – 64bit ProductionWith the Par...
分类:数据库技术   时间:2014-07-23 15:17:36    收藏:0  评论:0  赞:0  阅读:376
用事件做A窗体关闭B窗体刷新
A窗体//用委托声明(传一个当前窗体的页面)public delegate void Determine(AddOperationRulesForm frm);//用event 关键字声明事件对象public event Determine DetermineClick;//在页面做完事,需要关闭窗...
分类:Windows开发   时间:2014-07-23 15:17:26    收藏:0  评论:0  赞:0  阅读:333
XSS 前端防火墙 —— 天衣无缝的防护
探讨页面全方位防御的监控点
分类:其他   时间:2014-07-23 15:17:16    收藏:0  评论:0  赞:0  阅读:417
各种Notification详解,含工具类
昨天一天只写了两篇文章,效率超低。追其原因呢,其实我一直在研究notification的实现方式,今天研究完了给大家分享一下。本来想写个工具类来封装一下代码的,但是我发现notification的个性化元素太多了,做成一个方法的话参数又多的要死...
分类:其他   时间:2014-07-23 15:17:07    收藏:0  评论:0  赞:0  阅读:416
linux C(hello world)最大公约数和最小公倍数
# include int main(void){ int x, y,temp; int r; printf("请输入两个正整数:\n"); scanf("%d %d", &num1, &num2); r = num1 % num2; temp = num2; while(r!=0) { nu...
分类:系统服务   时间:2014-07-23 15:16:56    收藏:0  评论:0  赞:0  阅读:465
红黑树
介绍还有一种平衡二叉树:红黑树(Red Black Tree),红黑树由Rudolf Bayer于1972年发明,当时被称为平衡二叉B树(symmetric binary B-trees),1978年被Leonidas J. Guibas和Robert Sedgewick改成一个比較摩登的名字:红黑...
分类:其他   时间:2014-07-23 15:16:47    收藏:0  评论:0  赞:0  阅读:300
javascript实现ajax
什么是 ajaxajax 即“Asynchronous JavaScript and XML”(异步 JavaScript 和 XML),也就是无刷新数据读取。http 请求首先需要了解 http 请求的方法(GET 和 POST)。GET 用于获取数据。GET 是在 URL 中传递数据,它的安全性...
分类:编程语言   时间:2014-07-23 15:16:36    收藏:0  评论:0  赞:0  阅读:288
poj-3255-Roadblocks-路径可重复次短路
题目:RoadblocksTime Limit: 2000MS Memory Limit: 65536KTotal Submissions: 7075 Accepted: 2629DescriptionBessie has moved to a small farm an...
分类:数据库技术   时间:2014-07-23 15:16:06    收藏:0  评论:0  赞:0  阅读:529
Proxy settings in TortoiseSVN and command line svn client
The server file is created when you install TortoiseSVN, Eclipse or command-line Subversion. Use the appropriate path from the installation folder to ...
分类:其他   时间:2014-07-23 15:15:56    收藏:0  评论:0  赞:0  阅读:370
People who use computers ghd hair straighteners
People who use computers ghd hair straighteners go for movie star times, Search for, Stop GHD Peacock 2013 well-accepted showdowns, And luxuriate in b...
分类:其他   时间:2014-07-23 15:15:36    收藏:0  评论:0  赞:0  阅读:320
eclipse 自动提示
C# 转战android 中,对eclipse不是很熟悉,搞了一段时间才发现原来有这设置囧Window->preferences->Java->Editor->Content Assist再右下角Auto activation triggers for Java里面改为.abcdefghijklmn...
分类:系统服务   时间:2014-07-23 15:15:26    收藏:0  评论:0  赞:0  阅读:311
敏捷开发流程总结
Agile——敏捷开发,作为CMM神话崩溃后被引入的一套新的软件开发模式,这几年来被广泛引起关注,并被寄予厚望。敏捷开发在其它业界的应用是否理想不得而知,但下面总结了我所在公司的敏捷开发试验,希望能够达到管中窥豹的目的。敏捷开发宣言——个体和交互 胜过 过程和工具能够工作的软件 胜过 面面俱到的...
分类:其他   时间:2014-07-23 15:15:16    收藏:0  评论:0  赞:0  阅读:275
【HDU1233】还是畅通工程(MST基础题)
无坑,裸题。直接敲就恩那个AC。 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 9 #define typec int10 using namespace std;11 1...
分类:其他   时间:2014-07-23 15:15:06    收藏:0  评论:0  赞:0  阅读:410
Golang基础入门
分类:其他   时间:2014-07-23 15:14:56    收藏:0  评论:0  赞:0  阅读:334
1929条   上一页 1 ... 46 47 48 49 50 ... 97 下一页
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!