Warning: error_log(/data/www/wwwroot/hmttv.cn/caches/error_log.php): failed to open stream: Permission denied in /data/www/wwwroot/hmttv.cn/phpcms/libs/functions/global.func.php on line 537 Warning: error_log(/data/www/wwwroot/hmttv.cn/caches/error_log.php): failed to open stream: Permission denied in /data/www/wwwroot/hmttv.cn/phpcms/libs/functions/global.func.php on line 537
之謙明星主題網(wǎng)頁(yè)設(shè)計(jì)模板由6個(gè)頁(yè)面組成,包括薛之謙簡(jiǎn)介,演藝經(jīng)歷,個(gè)人生活,代表作品,視頻,留言。
網(wǎng)頁(yè)設(shè)計(jì)效果圖:
之謙明星主題網(wǎng)頁(yè)設(shè)計(jì)模板由6個(gè)頁(yè)面組成,包括薛之謙簡(jiǎn)介,演藝經(jīng)歷,個(gè)人生活,代表作品,視頻,留言。
網(wǎng)頁(yè)設(shè)計(jì)效果圖:
取SQLite數(shù)據(jù)庫(kù),就是讀取一個(gè)路徑\192.168.100.**\position\db.sqlite下的文件
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
這個(gè)放在</configuration>里面去
我在winform 里的代碼
public void jiazaiweizhi()
{
string sql = "SELECT * FROM messages";
string connStr = @"Data Source=" + @"\192.168.100.**\position\db.sqlite;Initial Catalog=sqlite;Integrated Security=True;Max Pool Size=10";
using (SQLiteConnection conn = new SQLiteConnection(connStr))
{
using (SQLiteDataAdapter adapter = new SQLiteDataAdapter(sql, conn))
{
DataSet ds = new DataSet();
adapter.Fill(ds);
DataTable dt = ds.Tables[0];
// MessageBox.Show(dt.Columns[1].ColumnName, "數(shù)據(jù)庫(kù)信息");
textBox1.Text = "當(dāng)前位置" + Environment.NewLine + dt.Rows[0][1].ToString();
}
*請(qǐng)認(rèn)真填寫(xiě)需求信息,我們會(huì)在24小時(shí)內(nèi)與您取得聯(lián)系。