文章分类 -  后台数据库

摘要:方法1: function get_siteurl_curlinfo($url='') { // header("Content-Type:text/html;charset=utf-8"); $contents = @file_get_contents("compress.zlib://".$ur 阅读全文
posted @ 2020-04-13 17:57 huihui2014 阅读(167) 评论(0) 推荐(0)
摘要:export LANG=en_US 阅读全文
posted @ 2015-06-30 14:39 huihui2014
摘要://String sql="delete T_yzm where yzm_ID in("值1,值2,值3")"; 例如 Strliruing duoxjl="值1,值2,值3"; //String sql="delete T_yzm where yzm_ID in("+duoxjl+")";//in 阅读全文
posted @ 2015-05-13 15:49 huihui2014
摘要:package oracle; import java.io.*; import java.sql.*; public class OracleBean{ public String serverName="localhost"; public String driver="oracle.jdbc.driver.OracleDriver"; public String ur... 阅读全文
posted @ 2015-05-13 15:48 huihui2014