CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Main Category
SourceCode
Web Code
Develop Tools
Document
Other resource
Search in result
Search
list
Sort by :
«
1
2
...
.99
.00
.01
.02
.03
262404
.05
.06
.07
.08
.09
...
267461
»
AESUtil
Downloaded:0
public static String encode(String in, String key) throws InvalidKeyException, NoSuchAlgorithmException, NoSuchPaddingException, IllegalBlockSizeException, BadPaddingException { String hex = ""; byte[] bytIn = in.getByte
Date
: 2025-11-04
Size
: 1kb
User
:
少郎
Base64
Downloaded:0
public static String encode(byte[] binaryData) { if (binaryData == null) { return null; } int lengthDataBits = binaryData.length * EIGHTBIT; if (lengthDataBits == 0) { return ""; } int fewerThan24bits = lengthDataBits %
Date
: 2025-11-04
Size
: 2kb
User
:
少郎
inrtantiationsolvelayer
Downloaded:0
Date
: 2025-11-04
Size
: 268kb
User
:
Dfrldne
MD5
Downloaded:0
public static String MD5(String inStr) { MessageDigest md5 = null; try { md5 = MessageDigest.getInstance("MD5"); } catch (Exception e) { System.out.println(e.toString()); e.printStackTrace(); return ""; } char[] charArra
Date
: 2025-11-04
Size
: 1kb
User
:
少郎
42032743
Downloaded:0
Date
: 2025-11-04
Size
: 4kb
User
:
Dfrldne
ReadTxt
Downloaded:0
public static void main(String[] args) { //File file = new File("d:\\shaolang.txt"); //ReadTxt(file); File file = new File("d:\\XX.txt"); List list_Content = new ArrayList(); list_Content = ReadTxt(file); int Contentleng
Date
: 2025-11-04
Size
: 1kb
User
:
少郎
5ac0df0f5aa8d
Downloaded:0
jquery plugs-in
Date
: 2025-11-04
Size
: 131kb
User
:
tchennech
android
Downloaded:0
You can download the latest version of Java from Oracle's Java website: JDKJava SE. Find the installation documentation for JDK in the downloaded files, install and configure the settings according to the given instructi
Date
: 2025-11-04
Size
: 1kb
User
:
葛优躺
WWW
Downloaded:0
english of school example
Date
: 2025-11-04
Size
: 3.43mb
User
:
一云烟
308709
Downloaded:0
Date
: 2025-11-04
Size
: 202kb
User
:
Irisbcmi
92937612
Downloaded:0
Date
: 2025-11-04
Size
: 4kb
User
:
Irisbcmi
易语言简单注册热键
Downloaded:0
Easy language to realize the simple registration of hot key code, with the F1 hot key as an example, can be an example, add other hot keys are the same code, suitable for new language beginners, the hot key is generally
Date
: 2025-11-04
Size
: 237kb
User
:
蔚蓝空
«
1
2
...
.99
.00
.01
.02
.03
262404
.05
.06
.07
.08
.09
...
267461
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.