Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Losketch committed Jan 6, 2024
1 parent 1202afc commit 61aa98b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified myweb-develop/myweb/src/java/cangjie/java/Cj01SQLiteTest.class
Binary file not shown.
6 changes: 3 additions & 3 deletions myweb-develop/myweb/src/java/cangjie/java/Cj01SQLiteTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public class Cj01SQLiteTest {

private static boolean withCangjie6 = false; // 加入蒼頡六
private static boolean withCangjie5 = true; // 加入蒼頡五
private static boolean withCangjiemacx = false; // 加入倉頡MacX10.5
private static boolean withCangjiemacx = true; // 加入倉頡MacX10.5
private static boolean withCangjie3 = false; // 加入倉頡三
private static boolean withCangjieyh = false; // 加入倉頡雅虎
private static boolean withCangjiems = false; // 加入倉頡微軟
Expand Down Expand Up @@ -175,7 +175,7 @@ public static void main(String args[]) throws Exception {
if (editionAll) {
withCangjie6 = false;
withCangjie5 = true;
withCangjiemacx = false; // 加入倉頡MacX10.5
withCangjiemacx = true; // 加入倉頡MacX10.5
withCangjie3 = false;
withCangjieyh = false; // 加入倉頡雅虎
withCangjiems = false; // 加入倉頡微軟
Expand Down Expand Up @@ -412,7 +412,7 @@ private static void insertIntoDb() {
stmt.executeUpdate(sql_gen);
sql_gen = getInsertGenSql(cjGencjms, "微软仓颉");
stmt.executeUpdate(sql_gen);
sql_gen = getInsertGenSql(cjGencjmacx, "MacX10.5");
sql_gen = getInsertGenSql(cjGencjmacx, "新世纪五笔");
stmt.executeUpdate(sql_gen);

sql_gen = getInsertGenSql(cjGenkorea, "朝鲜谚文");
Expand Down

0 comments on commit 61aa98b

Please sign in to comment.