WHAT ARE MY STRENGTHS?Whenever you make a key decision or take a key action,write down what expect will happen.9 or 12 months later,compare the actual...
分类:
其他好文 时间:
2015-01-09 00:03:21
阅读次数:
403
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:
其他好文 时间:
2015-01-09 00:03:00
阅读次数:
259
作为一名通信码农,经常性分析大篇幅的log。久而久之,如何快速的在十兆百兆的文本log中理清问题发生的场景,问题的定位, 逐渐的有了一点心得,这篇文章分享出来,希望能交流经验。 我经验的核心是使用正则表达式: 1)用正则表达式代替简单关键词搜索 一般人会直接使用一个词汇在log中搜索...
分类:
其他好文 时间:
2015-01-09 00:04:57
阅读次数:
268
DXPopoverA Popover mimic Facebook app popover using UIKit.使用UIKit框架写了一个类似于Facebook的pop效果的动画。The concept of this popover is very simple: add your conte...
分类:
其他好文 时间:
2015-01-09 00:03:50
阅读次数:
233
原文地址: http://ionicframework.com/docs/guide/installation.html请尊重他人劳动成果,转载请注明出处, 谢谢这一章我们会介绍下载Ionic并安装开发所需的所有部件的流程。平台注意事项首先我们需要说明一下使用当前版本的Ionic来开发应用的最低要求...
分类:
其他好文 时间:
2015-01-09 00:04:14
阅读次数:
2744
无标题文档 您的月收入水平是: 1000元以下 1000~3000元 3000~5000元 5000~10000元 10000~20000元 20000元以上 ...
分类:
其他好文 时间:
2015-01-09 00:03:25
阅读次数:
258
1、LINQ to XML类 以下的代码演示了如何使用LINQ to XML来快速创建一个xml: 隐藏行号 复制代码 ? 创建 XML public static void CreateDocument() { string path = @"d:\website"; XDocument xdoc...
分类:
其他好文 时间:
2015-01-09 00:03:15
阅读次数:
416
1.贝叶斯(Bayes)公式 设A, B1, …, Bn为一些事件,B1, …, Bn互不相交,P(Bi)>0,i=1,…n, 且∑nk=1P(Bi)=1, 则对k=1,…,n, (1)P(Bi) i=1,…,n,称为先验概率,P(Bi|A) i=1,…,n,称为后验概率2. 贝叶斯推倒1>全概率....
分类:
其他好文 时间:
2015-01-09 00:00:46
阅读次数:
184
项目初始化时执行以下代码 1 //重写模型,方便进行自定义验证 2 Ext.define("Ext.zh.data.Model", { 3 override: "Ext.data.Model", 4 ...
分类:
其他好文 时间:
2015-01-09 00:00:35
阅读次数:
231
设计师生来就是要解决问题的。那如何才能更好、更高效地解决问题?首先要求我们能发现问题,数据分析就是一种常用的发现问题的手段。通过数据定位问题,然后用设计方案来尝试解决问题,之后再用量化的数据指标来评估问题是否解决了,解决了多少。通过迭代优化,问题就能够得到较好解决。本文结合自己在在登录产品的体验优化...
分类:
其他好文 时间:
2015-01-09 00:01:39
阅读次数:
465
本文为Cocos2d-x 3.x 全平台(Android,iOS)新手开发配置教程攻略,希望对大家有所帮助。因为这篇文章是面对新手的。所以有些地方会啰嗦一些,请勿见怪。如果教程中有错误,欢迎指正。如果在配置开发平台时还遇到问题,欢迎大家讨论。本文所使用的环境是PC(Win7),HTC G18,Mac...
分类:
其他好文 时间:
2015-01-09 00:00:30
阅读次数:
484
http://www.cnblogs.com/olvo/archive/2012/05/03/2481014.htmlhttp://sundensky.blog.163.com/blog/static/7728873420109299167434/继承、实现、依赖、关联、聚合、组合的联系与区别分别介...
分类:
其他好文 时间:
2015-01-09 00:00:11
阅读次数:
535
1、在程序入口加入代码:System.Threading.Thread.CurrentThread.CurrentUICulture = new System.Globalization.CultureInfo("zh-CN");2、将汉化包放入运行目录下,目录结构如图:3、运行效果图:4、汉化包:...
分类:
其他好文 时间:
2015-01-09 00:01:24
阅读次数:
546
QUESTIONImplement an iterator over a binary search tree (BST). Your iterator will be initialized with the root node of a BST.Calling next() will retur...
分类:
其他好文 时间:
2015-01-08 23:57:45
阅读次数:
282
Given an integern, return the number of trailing zeroes inn!.Note:Your solution should be in logarithmic time complexity.Credits:Special thanks to@tsf...
分类:
其他好文 时间:
2015-01-09 00:00:03
阅读次数:
531
题目:(Backtrancing)Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent ce...
分类:
其他好文 时间:
2015-01-08 23:58:14
阅读次数:
376
一、服务器规划以下均直接yum安装最新版。服务器操作系统为centos6.2Puppetmaster1 10.168.32.116 puppstmaster1.jq.comPuppetmaster2 10.168.32.117 puppetmaster2.jq.comPuppet1 10.168.3...
分类:
其他好文 时间:
2015-01-08 23:57:24
阅读次数:
398