码迷,mamicode.com
首页 >  
搜索关键字:examples    ( 2038个结果
osx中Grapher的使用
Grapher 是一个可创建方程图形的应用程序,因此您可以使结果可视化。您可以输入各种数学函数,以二维和三维图形方式查看它们。您甚至可以让图形动起来,用图形制作影片文件。 打开osx中的Grapher,依次打开Examples—Conchoid,可以看到3D例子如下: 看起来是不是特别的给力? 下面我们来介绍一下Grapher的简单使用,绘制一般的2D和3D图形。...
分类:其他好文   时间:2014-10-15 02:56:19    阅读次数:292
【LeetCode刷题Java版】Evaluate Reverse Polish Notation(计算逆波兰表达式)
Evaluate the value of an arithmetic expression in Reverse Polish Notation. Valid operators are +, -, *, /. Each operand may be an integer or another expression. Some examples: ["2", "1",...
分类:编程语言   时间:2014-10-13 20:33:47    阅读次数:231
Leetcode: Valid Number
Validate if a given string is numeric.Some examples:"0" => true" 0.1 " => true"abc" => false"1 a" => false"2e10" => trueNote: It is intended for the p...
分类:其他好文   时间:2014-10-13 14:29:49    阅读次数:216
ExtJs grid 如何实现按照每一列进行筛选
官方有例子: http://docs.sencha.com/extjs/4.2.1/extjs-build/examples/build/KitchenSink/ext-theme-neptune/#big-data-grid 百度百科: http://zhidao.baidu.com/link?url=1GPwBtElw09u0rKerhjRMvgndYIXe7sQ4...
分类:Web程序   时间:2014-10-11 17:27:46    阅读次数:180
单独调用kindeditor的多图上传组件实现多图上传
本例是单独调用kindeditor多图上传的组件来进行多图上传,兼容性你懂得!官方示例地址:http://kindeditor.net/ke4/examples/multi-image-dialog.htmlHtmlJS
分类:其他好文   时间:2014-10-08 13:05:45    阅读次数:177
redis在PHP中的基本使用案例
下载http://www.oschina.net/p/redis解压后里面有:lib 源文件 、examples 例子、test测试将lib目录拷贝到你的项目中,就可以开始你的predis操作了。//使用autoload加载相关库,这边重点就是为了require $file;spl_autoload...
分类:Web程序   时间:2014-10-03 19:28:05    阅读次数:269
Office 365 – Exchange Online examples
原文Office 365 – Exchange Online examples2012 is upon us and here’s wishing you all a very happy and prosperous new year! Last year we’ve taken a quick ...
分类:其他好文   时间:2014-10-01 13:51:11    阅读次数:447
scribe conf,编译了一天,鬼知道用不用得到,找到的conf解释
Scribe的配置文件由全局的section和一个或多个store的section组成。这篇来了解一下scribe的配置文件,在源码包的examples目录下有多个配置文件实例:?123456789examples/├── example1.conf #模拟服务端├── example2centra...
分类:其他好文   时间:2014-09-30 20:01:30    阅读次数:288
ansible 管理windows2008
0x00.为了自动化管理windows服务器,测试ansbile管理windows测试工具、环境:ubuntu14.04LTS,windows2008sp2,python2.7,ipython,ansible1.70x01.在windows服务器上面初始配置winrma.升级powershellhttps://github.com/cchurch/ansible/blob/devel/examples/scripts/upgrade_to_..
分类:Windows程序   时间:2014-09-29 17:11:11    阅读次数:2950
OpenLayers跨域请求WFS服务在Tomcat环境下的实现
由于项目的地图数据放在不同的服务器上面,因此进行POI搜索和路径导航的时候需要进行跨域检索,容器环境用的是Tomcat 7.0.53.配置跨域请求的步骤为: 1. 下载Proxy.cgi,或者到Openlayers的安装目录中,安装盘符\OpenLayers-2.13.1\examples中查找,或者直接拷贝本文下面的代码到proxy.cgi文件中。并修改allowedHosts,添加需要访问的...
分类:其他好文   时间:2014-09-27 12:06:29    阅读次数:300
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!