监听system.setting 里的内容变化
分类:
其他 时间:
2015-07-14 15:25:34
收藏:
0 评论:
0 赞:
0 阅读:
790
Linux环境:CentOs6.4Hadoop版本:Hadoop-1.1.2master: 192.168.1.241 NameNode JobTracker DataNode TaskTrackerslave:192.168.1.242 DataNode TaskTracker内容:设置DataN...
分类:
其他 时间:
2015-07-14 15:25:24
收藏:
0 评论:
0 赞:
0 阅读:
303
原作者:在路上原文链接:http://zhangliliang.com/2014/09/15/about-caffe-code-full-connected-layer/今天看全连接层的实现。主要看的是https://github.com/BVLC/caffe/blob/master/src/caf...
分类:
其他 时间:
2015-07-14 15:25:14
收藏:
0 评论:
0 赞:
0 阅读:
5995
当内容超过了4M会报错System.Web.Services.Protocols.SoapException: 运行配置文件中指定的扩展时出现异常。 ---> System.Web.HttpException: 超过了最大请求长度。在 System.Web.HttpRequest.GetEntire...
分类:
Web开发 时间:
2015-07-14 15:25:04
收藏:
0 评论:
0 赞:
0 阅读:
490
技术站点Hacker News:非常棒的针对编程的链接聚合网站Programming reddit:同上MSDN:微软相关的官方技术集中地,主要是文档类infoq:企业级应用,关注软件开发领域OSChina:开源技术社区,开源方面做的不错哦cnblogs,51cto,csdn:常见的技术社区,各有专...
分类:
其他 时间:
2015-07-14 15:24:54
收藏:
0 评论:
0 赞:
0 阅读:
256
/** * * http请求 * $data 为发送时的参数 */function https_request($url, $data = null) { $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $...
分类:
Web开发 时间:
2015-07-14 15:24:44
收藏:
0 评论:
0 赞:
0 阅读:
256
left()函数只能截取左边几位字符,截取中间字符用SUBSTR() SUBSTR(cExpression, nStartPosition [, nCharactersReturned])dbfupdate dbf1 set Field1=left(Field1,8)
分类:
数据库技术 时间:
2015-07-14 15:24:34
收藏:
0 评论:
0 赞:
0 阅读:
226
原文地址:http://rensanning.iteye.com/blog/2016364CordovaPhoneGapMobile App分为三大类:Native App,Hybrid App,Web App。其中Hybrid App介于Native App和Web App之间,它能兼顾Nativ...
分类:
移动平台 时间:
2015-07-14 15:24:15
收藏:
0 评论:
0 赞:
0 阅读:
214
自己写的代码,记录一下public class MergeSort {// recursive public static void mergeSort(int[] nums, int start, int end) { if(start >= end) { ...
分类:
编程语言 时间:
2015-07-14 15:24:04
收藏:
0 评论:
0 赞:
0 阅读:
145
前言: 勿忘初心, 本系列的目标是实现一款类似QQ"火拼系列"的人机对战版俄罗斯方块. 在完成了基本游戏框架和AI的算法探索后, 让我们来尝试一下人机大战雏形编写. 本系列的文章链接如下: 1). 需求分析和目标创新 2). 游戏的基本框架和实现 3). 游戏的AI...
分类:
其他 时间:
2015-07-14 15:23:44
收藏:
0 评论:
0 赞:
0 阅读:
166
转载自 http://www.jb51.net/article/29122.htm
分类:
数据库技术 时间:
2015-07-14 15:23:34
收藏:
0 评论:
0 赞:
0 阅读:
216
水平居中:1.text-align:center2.margin:0 auto;需要设置内容宽度;垂直居中;1.vertical-align:middle该属性适用于只有一个元素属于inline或是inline-block(table-cell也可以理解为inline-block水平)水平,其身上的...
分类:
其他 时间:
2015-07-14 15:23:14
收藏:
0 评论:
0 赞:
0 阅读:
187
//// ViewController2.swift// swift_helloword//// Created by Charlie on 15/7/13.// Copyright (c) 2015年 Json. All rights reserved.//import Foundatio...
分类:
编程语言 时间:
2015-07-14 15:23:04
收藏:
0 评论:
0 赞:
0 阅读:
146
mysql> show index from tblname;mysql> show keys from tblname;· Table表的名称。· Non_unique如果索引不能包括重复词,则为0。如果可以,则为1。· Key_name索引的名称。· Seq_in_index索引中的列序列号,从...
分类:
数据库技术 时间:
2015-07-14 15:22:54
收藏:
0 评论:
0 赞:
0 阅读:
321
https://leetcode.com/problems/implement-strstr/题目:Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle ...
分类:
其他 时间:
2015-07-14 15:22:44
收藏:
0 评论:
0 赞:
0 阅读:
145
1.Weakreferencesareusefulformappingsthatshouldhavetheirentriesremovedautomaticallyoncetheyarenotreferencedanymore弱引用 对映射数据有用,并且不再引用时被自动删掉源码:public cl....
分类:
其他 时间:
2015-07-14 15:22:34
收藏:
0 评论:
0 赞:
0 阅读:
124
An Introduction to ASP.NET Web API目前感觉最好的Web API入门教程HTTP状态码Web API 强势入门指南Install MongodbGetting Started with ASP.NET Web API 2下面的转自:http://www.cnblogs...
分类:
Windows开发 时间:
2015-07-14 15:22:24
收藏:
0 评论:
0 赞:
0 阅读:
274
public class Search { public class BiTreeNode{ int m_nValue; BiTreeNode m_pLeft; BiTreeNode m_pRight; } //顺序查找,查...
分类:
编程语言 时间:
2015-07-14 15:22:14
收藏:
0 评论:
0 赞:
0 阅读:
338
自己写的代码,记录一下。分别记录了两种partition的方法。public class QuickSort { public static void quickSort(int[] nums, int start, int end) { if(start >= end) { ...
分类:
编程语言 时间:
2015-07-14 15:22:04
收藏:
0 评论:
0 赞:
0 阅读:
122
在TesterHome看到了CrashMonkey4IOS,顿时觉得之前用instrument在做monkey测试,非常的弱智!crash后啥都看不到,无crashlog,无crash步骤,并且也不能很好地系统化定制化的来测试一个项目,不过CrashMonkey4IOS却能很好地做到以上几点,废.....
分类:
移动平台 时间:
2015-07-14 15:21:54
收藏:
0 评论:
0 赞:
0 阅读:
778