码迷,mamicode.com
首页 >  
搜索关键字:chinese remainder th    ( 6034个结果
css全局样式表
/*==全局样式==*/*{padding:0;margin:0;}div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border:0;}img,input{border:none;vertical-align...
分类:Web程序   时间:2014-11-19 17:54:31    阅读次数:518
Chinese Seals
Emperors used seals to proclaim their decrees to their people,officials used seals to exercise their power,merchants used seals to demonstrate their c...
分类:其他好文   时间:2014-11-19 12:27:30    阅读次数:124
[转]SQL SERVER 的排序规则
如何更改SQL SERVER 2000的排序规则Alter datebase Alter datebase 数据库 Chinese_PRC_BINALTER TABLE tbALTER COLUMN colname nvarchar(100) COLLATE Chinese_PRC_CI_AS--不...
分类:数据库   时间:2014-11-19 10:36:43    阅读次数:204
Cipe Coding Summary Part2
25.Matrix PositionGiven an NxN matrix with unique integers :Find and print positions of all numbers such that it is the biggest in its row and also th...
分类:其他好文   时间:2014-11-19 07:28:20    阅读次数:216
什么是原型?
原型对象实际上就是构造函数的一个实例对象,和普通的实例对象没有本质上的区别。可以包含特定类型的所有实例的共享属性或者方法。 这个prototype的属性值是一个对象(属性的集合),默认的只有一个叫做constructor的属性,指向这个函数本身。function Cat(name,color){th...
分类:其他好文   时间:2014-11-19 07:07:22    阅读次数:148
centos6.4 --- 一个新系统的准备工作
1,安装一个中文输入法 在root状态下,执行: yum??-y??install?"@Chinese?Support" 等待安装完成! 在 system ---> preferences? ---> input method 选择好之后的点击“Add”,然后关闭就可以了。 这时按...
分类:其他好文   时间:2014-11-19 02:22:44    阅读次数:195
OpenCV Tutorials —— Making your own linear filters
kernel A kernel is essentially a fixed size array of numerical coefficeints along with an anchor point in that array, which is tipically located at th...
分类:其他好文   时间:2014-11-18 23:31:24    阅读次数:418
数字金额大小写转换
有很多时候打印凭据的时候需要实现金额大写,例如 有多种写法来实现 例如一下几种 CREATE OR REPLACE FUNCTION chinese_number_program(p_input FLOAT) RETURN VARCHAR2 AS TYPE typ_money IS TABLE OF VARCHAR2(20); c_numbers t...
分类:其他好文   时间:2014-11-18 13:33:45    阅读次数:182
[leetcode] 10. Symmetric Tree
这次我觉得我的智商太低,想了很久才写出来。题目是让求镜像二叉树判断,题目如下: Given a binary tree, check whether it is a mirror of itself (ie, symmetric around its center). For example, th...
分类:其他好文   时间:2014-11-18 13:15:28    阅读次数:181
zabbix 2.4 设置中文语言
安装了zabbix2.4,发现设置语言的时候,没有中文了。。。。其实,只是设置不显示了。。。解决方法:在zabbix的php文件的路径下:修改:include/locales.inc.php找到该行:‘zh_CN‘=>array(‘name‘=>_(‘Chinese(zh_CN)‘),‘display‘=>false),将false改为true刷新页面就显..
分类:编程语言   时间:2014-11-18 10:25:30    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!