Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Card record=new Card(); record.setName("你好");
名前フィールドを中国語に設定しましたが、「???」と表示されます データベースにあります。どうすれば設定できますか?
OS:MAC OSX 10.8 DAtabase:MySQL
このようにしてみてください:
jdbc:mysql://localhost:<portnumber>/<dbname>?characterEncoding=utf8
JDBC 接続文字列内