E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
converts
ImageResizer 裁剪图片尺寸,更改格式
示例: using ImageResizer; //
Converts
a jpeg into a png ImageBuilder.Current.Build("~/images/photo.jpg
·
2015-10-30 14:10
resize
转:PLSQL to_char function
In Oracle/PLSQL, the to_char function
converts
a number or date to a string.
·
2015-10-30 14:31
function
[翻译] ColourClock 将时间值转换成背景色
ColourClock 将时间值转换成背景色 https://github.com/bennyguitar/ColourClock This project
converts
·
2015-10-28 08:39
Lock
JavaScript相等操作符
true : false); //outputs true console.log('packt' == true); //1 -
converts
Boolean using toNumber //
dongchao_pro
·
2015-10-25 11:00
JavaScript操作符
C#---HTML 转文本及HTML内容提取 .
convert = new HtmlToText();textBox2.Text = convert.Convert(textBox1.Text); //代码/// <summary>///
Converts
·
2015-10-23 09:15
html
[8,9]wsdl2h,soapcpp2 工具的使用
8 The wsdl2h WSDL and Schema Importer The wsdl2h tool is an advanced application that
converts
·
2015-10-23 08:08
SOAP
MapGuide open source开发系列教程五: 屏幕坐标与地图坐标(问题)已修改
api文档如下: ScreenToMapUnits(x, y)
Converts
a position expressed in pixels (screen units) to one
·
2015-10-21 13:03
open source
WriteBin - Convert Hex Dump to Binary
WriteBin is a tool that
converts
an hex dump file into its a binary form and save it as a file.
·
2015-10-21 13:16
convert
javascript---boolean type conversions
other types and are often automatically converted.If a boolean value is used in a numeric context,true
converts
·
2015-10-21 12:28
JavaScript
【OpenCV学习】brg转换hsv函数
作者:gnuhpc 出处:http://www.cnblogs.com/gnuhpc/ /*
Converts
a BGR image to HSV colorspace
·
2015-10-21 12:14
opencv
Facebook's architecture
Facebook’s HipHop [1] then
converts
it to C++ and compiles
·
2015-10-21 11:48
Architecture
JavaScript tips and tricks - 2
Always specify the second argument - parseIntparseInt
converts
a string to an int number, the syntax
·
2015-10-21 10:21
JavaScript
sklearn.util.validation.as_float_array()
def as_float_array(X, copy=True, force_all_finite=True): """
Converts
an array-like to an array of
py_god
·
2015-07-17 09:00
mktime算法
/*
Converts
Gregorian date to seconds since 1970-01-01 00:00:00.
David_Alpha_Fox
·
2015-05-25 16:00
时间算法
Mathout:Souce Code Analysis for Documents Clustering
Covert text file to sequeces file Class: SequenceFilesFromDirectory Functions:
Converts
a directory
ylzhj02
·
2014-09-25 17:00
document
JAVA 和C# 一致的 MD5 32位加密大写
newMD5CryptoServiceProvider(); stringt2=BitConverter.ToString(md5.ComputeHash(UTF8Encoding.Default.GetBytes(
ConvertS
风灬云
·
2013-11-26 09:00
加密
MD5
sse float 转int 截断和不截断
在MSDN上的解释是
Converts
the four single-precision, floating-po
·
2013-10-29 21:00
float
linux 系统函数之 (localtime, localtime_r, strftime)
The localtime() function
converts
thecalendartimetimeptobroken-downtimerepresentation,expressedrelativetotheuser'sspecifiedtimezone
peter_cloud
·
2013-07-12 12:00
发现了Spring2.5里的一个新东西, BeanPropertyRowMapper类。
archive/2008/09/11/228271.html Spring API Doc的说明如下: RowMapper implementation that
converts
rogue0608
·
2013-07-10 14:00
spring
How to convert Javascript Arrays to CSV (Comma separated values)
Javascript Arrays to CSV (Comma separated values) Let’s see a small code snippet in Javascript that
converts
weistar
·
2013-06-19 17:00
JavaScript
analyze 5-sec-status-2011-03-20
/bin/sh #this script
converts
SHOW GLOBAL STATUS into a tabulated format, one line #per sample in the
dodomail
·
2013-05-13 21:00
status
RGB转HSL算法
下面是我用的RGB转HSL的算法,希望对大家有用://
Converts
RGB to HSL void CDialogInfo::RGBtoHSL(/*[in]*/const BYTE rColor
spring104
·
2013-03-04 16:18
RGB转HSL
C++
RGB
VC++
RGB转HSL算法
下面是我用的RGB转HSL的算法,希望对大家有用: //
Converts
RGB to HSL void CDialogInfo::RGBtoHSL(/*[in]*/const
spring104
·
2013-03-04 16:18
C++
RGB
RGB转HSL
ExtJS 导出 Excel
* Method: extracts data of gridPanel store, uses columnModel to construct XML excel document, *
converts
cyd198633
·
2013-01-28 11:00
Excel
HowTo: UNIX / Linux Convert DOS Newlines CR-LF to Unix/Linux Format (Reposted)
To
converts
text files between DOS and Unix formats you need to use special utility called dos2unix.
HuanYue
·
2013-01-24 14:00
convert
HowTo: UNIX / Linux Convert DOS Newlines CR-LF to Unix/Linux Format (Reposted)
To
converts
text files between DOS and Unix formats you need to use special utility called dos2unix.
HuanYue
·
2013-01-24 14:00
convert
Freemarker Built-ins for booleans
Built-ins for booleans string (when used with a boolean value)
Converts
a boolean to a string.
as619864232
·
2013-01-22 10:00
freemarker
boolean
GlobalId与普通的字段转换
//
Converts
a GlobalID field to a GUID field. public static void ConvertGlobalIdToGuid(IWorkspace workspace
jiagou
·
2012-11-30 08:00
global
Ubuntu 下 安装 rpm 包
RPM/ AlienHowto Alien
converts
an RPM package file into a Debian package file or Alien can
as619864232
·
2012-08-27 13:00
ubuntu
rpm
使用javascript来互相转换画布canvas和图片image
1.使用javascript的drawImage方法可以方便的将图片image转换为画布canvas,如下 //
Converts
image to canvas; returns new
hehongwei44
·
2012-05-19 19:00
JavaScript
使用javascript来互相转换画布canvas和图片image
1.使用javascript的drawImage方法可以方便的将图片image转换为画布canvas,如下 //
Converts
image to canvas; returns new
hehongwei44
·
2012-05-19 19:00
JavaScript
Conversion of Oracle TO_CHAR(datetime) with format string to MySQL
Oracle TO_CHAR(datetime) with format string to MySQL The Oracle TO_CHAR(datetime, fmt) function
converts
depravedangel
·
2012-03-16 16:00
conversion
js数值进制转换
(int).toString(16); //
converts
int to hex, eg 12 => "C" (int).toString(8); //
converts
mcqueen
·
2011-12-15 14:00
进制转换
to_number, to_char用法简介
(1)to_number http://hi.baidu.com/sunhuaj/blog/item/73bef9f44d745c64dcc47436.html
Converts
a string
slendersEye
·
2011-11-24 12:00
to_number, to_char用法简介
(1)to_number http://hi.baidu.com/sunhuaj/blog/item/73bef9f44d745c64dcc47436.html
Converts
a string
slendersEye
·
2011-11-24 12:00
Some points of Data exchange
SAXBuilder
converts
an XML file into a JDOM tree 2.
commando
·
2011-07-18 13:00
Exchange
json_decode
说明 mixed json_decode ( string json [, bool assoc] ) Takes a JSON encoded string and
converts
dennisbing
·
2011-07-14 23:00
decode
export.js
* Method: extracts data of gridPanel store, uses columnModel to construct XML excel document, *
converts
free0129eagle
·
2011-06-23 22:00
C++
c
Excel
C#
ext
PrintWriter和ServletOutputStream的区别
PrintWriter
converts
__temp
·
2011-06-08 19:00
servlet
Android TextView 支持的HTML标签
There is a lovely method on the android.text.Html class, fromHtml() , that
converts
寻梦者
·
2011-05-31 09:00
html
android
xml
Google
xmlDOM - XML From String jQuery Plugin
Convert a String of XML to a DOM Object with jQuery The xmlDOM jQuery plugin takes a string of XML and
converts
李学力
·
2011-05-18 10:00
jquery
xml
【Python工具】shedskin 把Python翻译成C++
It
converts
programs written in a static subset of Python to C++. The C
approach
·
2011-05-14 21:00
C++
c
python
C#
Google
Facebook’s architecture
Facebook’s HipHop [1] then
converts
it to C++ and compiles it
vvggsky
·
2011-05-09 10:00
PHP
memcached
hbase
Facebook
cassandra
有用的一些JS脚本-(用JavaScript实现的Excel报表)
Method: extracts data of gridPanel store, uses columnModel to construct XML excel document, *
converts
hunter090730
·
2011-03-15 17:00
JavaScript
c
脚本
Excel
Office
PL/SQL中的数据类型隐式转换规则
blogold.chinaunix.net/u4/120270/showart_2383431.html 1) During INSERT and UPDATE operations, Oracle
converts
wapysun
·
2011-03-07 16:00
oracle
sql
.net
Android TextView 支持的HTML标签
blog_682139d00100nab8.html There is a lovely method on theandroid.text.Htmlclass,fromHtml(), that
converts
wapysun
·
2011-01-26 22:00
textview
JavaScript十进制、十六进制或者八进制转换
(int).toString(16); //
converts
int to hex, eg 12 => "C" (int).toString(8); //
converts
int to
ddxkjddx
·
2010-11-23 08:00
JavaScript
c
String
JPGEncoder
.*; /** * Class that
converts
BitmapData into a valid JPEG */ public class JPGEncoder
wgcode
·
2010-11-16 19:00
F#
Flash
J#
Adobe
actionscript
JPGEncoder
.*; /** * Class that
converts
BitmapData into a valid JPEG */ public class JPGEncoder
wgcode
·
2010-11-16 19:00
F#
Flash
J#
Adobe
actionscript
JPGEncoder
.*; /** * Class that
converts
BitmapData into a valid JPEG */ public class JPGEncoder
wgcode
·
2010-11-16 19:00
F#
Flash
J#
Adobe
actionscript
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他