原文:Lua庫-bit32庫

...

2016-09-29 11:41 0 6793 推薦指數:

查看詳情

Oracle 11.2.0.4 For Windows 64bit+32bit 數據

1.Oracle11G 32BIT介質官方鏈接 適用於Windows 32bit的Oracle Database 11G 第2版U4(11.2.0.4)Oracle11.2.0.4 Windows32BIT介質盤https://updates.oracle.com/Orion/Services ...

Thu Oct 26 00:45:00 CST 2017 0 21923
Oracle 11.2.0.4 For Windows 64bit+32bit 數據

轉自 https://www.cnblogs.com/ShaYeBlog/p/7729714.html1.Oracle11G 32BIT介質官方鏈接適用於Windows 32bit的Oracle Database 11G 第2版U4(11.2.0.4)Oracle11.2.0.4 ...

Sun May 19 00:47:00 CST 2019 0 2017
Ubuntu16(32bit)環境下交叉編譯PCRE

寫在前面:在ubuntu下基於QEMU進行固件仿真時,遇到了 can't load library 'libpcre.so.1' 的問題,網上查找相關資料,應該是需要安裝一個PCRE就可以得到這個文件,但是要注意,這個文件是要用在32位的ARM架構的固件下的,所以需要交叉編譯。兩個注意的點 ...

Sun Mar 22 20:05:00 CST 2020 2 1342
lua string

Lua 關於string的常用方法 1. string.len(str) 返回字符串長度 2. string.rep(str,n) 返回重復n次的str的字符串 3. string.lower(str) 將字符串str中的大寫字母轉換為小寫字母 ...

Sun Aug 05 23:46:00 CST 2018 0 844
lua的table

函數列表: table.insert(table,[ pos,] value) table.remove(table[, pos]) table.concat(table[, sep[, i[, ...

Fri Oct 24 02:18:00 CST 2014 0 5372
 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM