众所周知,在asp.net世界中,对于异常的处理就是try catch,当然这个是在方法内部,还有Page_Error 页面级别的错误,application_error 应用程序级别的错误,这几个地方可以用来处理异常信息。一般情况下,我们对于已知的可能出现的错误会直接在try catch中捕获并且...
分类:
Web程序 时间:
2015-09-18 20:28:23
阅读次数:
234
如果需要将id是‘div2js’的div元素删除。1.使用DOM对象首先需要找到被删元素的父元素,通过父元素将其需要删除的子元素删除。var el = document.getElementById('div2js'); el.parentNode.removeChil...
分类:
Web程序 时间:
2015-09-18 20:20:32
阅读次数:
203
先看看这段代码var x =9;var fobj ={ x:1, test:function(callback){ var x= 2; callback(); }}function pp(){ var x = 3; fobj.test(fun...
分类:
Web程序 时间:
2015-09-18 20:21:42
阅读次数:
167
Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNNsRecurrent Neural Networks (RNNs) are popular models that have shown great promise in ...
分类:
Web程序 时间:
2015-09-18 20:22:11
阅读次数:
260
1、导入jar包2、修改AndroidManifest.xml文件添加: 添加权限: 可选 修改AppActivity.java文件import com.qiyuan.xi.Rvg;;//道有道public class AppActivity extends Cocos2dxActi...
分类:
Web程序 时间:
2015-09-18 20:22:17
阅读次数:
163
今天尝试做移动端自适应的页码,添加了zepto.min.js,写完对应的代码后重启服务,这时候发现zepto.min.js方法无法识别,不能直接在application.js里调用。原因是ruby on rails 的服务默认添加了jquery.js,占用了$符号,在application里使用$调...
分类:
Web程序 时间:
2015-09-18 20:19:06
阅读次数:
143
转自:https://imququ.com/post/x-forwarded-for-header-in-http.htmlHTTP 请求头中的 X-Forwarded-For我一直认为,对于从事 Web 前端开发的同学来说,HTTP 协议以及其他常见的网络知识属于必备项。一方面,前端很多工作如 W...
分类:
Web程序 时间:
2015-09-18 20:17:06
阅读次数:
189
1-marqueen滚动字幕 height 滚动高度 direction="up"从下往上跑 down 从上往下跑 left right一样 hspace 滚动区域 behavior = "slide"到左边就停止了 alternate 来回跑 scrollmount=时间 跑的速度 s...
分类:
Web程序 时间:
2015-09-18 20:16:13
阅读次数:
144
效果图::具体代码如下:ViewControl:#import "ViewController.h"#import "PenView.h"#import "ToolView.h"@interface ViewController ()@end@implementation ViewControlle...
分类:
Web程序 时间:
2015-09-18 20:15:41
阅读次数:
190
自己翻译,加强理解、并学习英文和写作。英文地址:http://docs.openstack.org/networking-guide/intro_basic_networking.html目录:Basic networkingEthernetVLANsSubnets and ARPDHCPIPTCP...
分类:
Web程序 时间:
2015-09-18 20:14:55
阅读次数:
192
1,最近看了一下phar模块,就是php自己的打包打包结果和java的jar类似 但是我就简单执行一行 new?Phar(‘my-demo.phar‘); 报错啦: 报错信息:Uncaught exception ‘UnexpectedValueException‘ with message ‘creat...
分类:
Web程序 时间:
2015-09-18 19:00:59
阅读次数:
522
1. 生成SSL证书 可以在网上买一个, 或者自己做一个. 这里有一个shell脚本可以自动生成证书: #!/bin/sh
#?create?self-signed?server?certificate:
read?-p?"Enter?your?domain?[www.example.com]:?"...
分类:
Web程序 时间:
2015-09-18 18:58:48
阅读次数:
183
我们经常这些写代码 !!variable 别小看这个代码,需要细细品尝, 他的作用就是把一个对象变为一个Boolean类型的值,但是 哪个值为 true , 哪个值为 false 呢? 使用逻辑运算符的短路运算的时候,也是对空的判断,...
分类:
Web程序 时间:
2015-09-18 18:57:44
阅读次数:
266
./configure\--prefix=/application/apache2.2.31\--enable-deflate\--enable-expires\--enable-headers\--enable-modules=most\--enable-so\--with-mpm=worker\--enable-rewrite./configure\--prefix=/application/php-5.6.13\--with-apxs2=/application/apache/bin/apxs\--wi..
分类:
Web程序 时间:
2015-09-18 18:52:15
阅读次数:
157
参考内容:http://www.cnblogs.com/argb/p/3604340.html早上修改了php的配置文件,php-fpm.conf,重启nginx,php-fpm后发现网站启动不来了。nginx错误日志为:2015/09/1810:11:30[error]15081#0:*1073FastCGIsentinstderr:"PHPmessage:PHPWarning:require_once(Zend/Application.p..
分类:
Web程序 时间:
2015-09-18 18:49:32
阅读次数:
222
<divid="qrcodeid"></div>//生成的二维码放在此div中<scripttype="text/javascript"src="js/jquery.qrcode.min.js"></script>//引入qrcode.js(到https://github.com/jeromeetienne/jquery-qrcode下载)<script> functionutf16to8(str){//解决中..
分类:
Web程序 时间:
2015-09-18 18:46:31
阅读次数:
197
作为自己的html字典,常用的罗列的一下。。。逻辑架构图:基本作用:HTML是英文HyperTextMark-upLanguage(超文本标记语言)的缩写,他是一种制作万维网页面标准语言(标记)。相当于定义统一的一套规则,大家都来遵守他,这样就可以让浏览器根据标记语言的规则去解释它。浏览器..
分类:
Web程序 时间:
2015-09-18 18:48:36
阅读次数:
219