sql創建表格時出現亂碼
1.新建數據庫時,第一次只填寫了數據庫名稱保存數據庫,如下圖:
2.創建一個Student表格,代碼如下,其中有數據有中文,創建完後查看表格數據,發現中文為亂碼
create table Student(SId varchar(10),Sname varchar(10),Sage datetime,Ssex varchar(10)); insert into Student values(‘01‘ , ‘趙雷‘ , ‘1990-01-01‘ , ‘男‘); insert into Student values(‘02‘ , ‘錢電‘ , ‘1990-12-21‘ , ‘男‘);
解決辦法:
查看數據庫屬性,如下:發現字符集和排序規則為默認值如下:
將字符集和排序規則更改為:utf-8即可:
sql創建表格時出現亂碼
相關推薦
sql創建表格時出現亂碼
har bubuko nbsp val 查看表 utf div 排序規則 表格 1.新建數據庫時,第一次只填寫了數據庫名稱保存數據庫,如下圖: 2.創建一個Student表格,代碼如下,其中有數據有中文,創建完後查看表格數據,發現中文為亂碼 create table
oracle sql 創建表格 oracle建表設置主鍵自增
最大 font not 創建表 order sdn start var ace 1.新建table CREATE TABLE ysb_log( id number(8) primary key not null , tbdate varchar(50
Mysql 創建函數出現This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA
AD its my.cnf tor read 允許 -c pos ini This function has none of DETERMINISTIC, NO SQL, or READS SQL DATA in its declaration and binary mys
關於sql server 在儲存過程中建立臨時表,並往臨時表中插入資料時出現亂碼的問題
此前在客戶一個繁體系統的sql server中執行儲存過程的時候出現亂碼,經查發現建立臨時表後,往臨時表中插入資料時得到的資料是亂碼的,所以檢視建立表的sql指令碼,經查需要將變數型別設定為
C#中StreamReader讀取中文時出現亂碼問題總結
utf8編碼 新的 conf window linu img utf8 enc ref 之前有一篇文章“ C#讀取及寫入配置文件教程”(http://blog.csdn.net/lisenyang/article/details/47291083)當中有一個問題就是在讀
關於Android創建虛擬機出現Failed to allocate memory: 8解決辦法
roi lips nbsp bsp 大神 mem androi 資料 http 開發前期使用eclipse,後來手賤又安裝了Android studio,創建虛擬機後eclipse打不開已經創建好的虛擬機,哇擦~這也沖突??? 查了好多資料,結果發現,只需要直接在新建模擬
(轉)mysql創建表時反引號的作用
navi _id sta gbk ble 擴展 engine bsp div 試用navicat工具查看現網mysql建表語句時,發現表名和字段名都是反引號引起來的 CREATE TABLE `tab_notice_title_tv` ( `i_id` int(11
SQL - 創建一個學生表,要求有主鍵約束和非空約束
creat red 要求 pri har 學生 not null clas sql CREATE TABLE [dbo].[Student] ( [ID] [int] NOT NULL, [Name] [nchar](10) NOT NULL, [Age] [in
oralce sql 創建指定時間段內的日歷信息
date 時間 div arch temp mit code ble track -- Create table create table TEMP_CALENDAR ( MONTH VARCHAR2(6), W_7 VARCHAR2(2), W_
sql server登錄時出現錯誤233
.cn config onf tail 數據 blog 圖形界面 mic .com 同事使用SqlServer出現233錯誤。使用Microsoft SQL Server Management Studio連接1次數據庫之後,斷開再次連接,就會出現233錯誤 查看Windo
MySQL 創建表時,設置時間字段自己主動插入當前時間
mil post div ipp strong ren current spa blog MySQL 創建表時,設置時間字段自己主動插入當前時間 DROP TABLE IF EXISTS `CONTENT`; CREATE TABLE `CONTENT`
swing_AbstractTableModel 創建表格
ted obj getclass [] over listener rep 處理 dell 1 import javax.swing.table.AbstractTableModel; 2 3 public class MyTable extends Ab
創建httpClient時,設置timeout時間
httpclient//private static HttpClient httpClient = HttpClientBuilder.create().build(); private static CloseableHttpClient httpClient;// = HttpClientBuilde
09.SQL創建數據庫
定義數據 filename pan 自定義 rim lena 刪除 mar eight --創建默認數據庫 create database DotStudy --關閉、打開命令提示窗口:Ctrl + R --刪除數據庫 drop database DotStudy
使用maven創建springMVC時返回頁面報錯
jdk1 pil maven 分享 apache art 解決 編譯 img 這是由於你的 Maven 編譯級別是 jdk1.5 或以下,而你導入了 jdk1.6 以上的依賴包 解決辦法: <build> <finalName&g
JS最原始封裝素數,創建表格,改變樣式,顏色等
click round head etc http order wid highlight arp <style> table{ border-collapse: collapse; } th,td{ b
oracle 創建view時,授權給用戶
pla ott ger ron clas create 創建 reat grant 解決方法: 以dba用戶登錄 sqlplus / as sysdba 賦予scott用戶創建VIEW的權限 grant create view to scott
SQL創建數據庫、建表、填入內容
gre sql spa table 內容 ble format reference form --創建數據庫 create database Information go --使用數據庫 use Information go --創建表 create table
創建表格的方法
end htm borde ins order del 字符 function col 1.字符串的的拼接 function createTable (rows,cols){ var html = "<table>"; for(var i = 0;
Android 創建項目出現No resource found that matches the given name Theme.AppCompat.Light
項目 str 原因 overflow support mce 文件 clean name 關於為何出現No resource found that matches the given name ‘Theme.AppCompat.Light’的原因 這邊博客已經寫的很清楚