Skip to content

Commit

Permalink
Version 1.4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
honghaier-game committed Jul 5, 2024
1 parent eb7428f commit 2ca0e5b
Show file tree
Hide file tree
Showing 337 changed files with 5,276 additions and 3,636 deletions.
Binary file added PyMe/Ico/CDKey.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/Feedback.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/Member.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/VideBtn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/VideBtn_Hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/VideBtn_Stop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/VideBtn_Stop_Hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/VideoBottomBar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed PyMe/Ico/activity.png
Binary file not shown.
Binary file added PyMe/Ico/activity1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/activity2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/activity3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/activity4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/activity5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/activity6.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/activity7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/arrow_right.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/arrowgif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/file_doc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/listpage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/mqtt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/pay_ali.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/pay_bank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/pay_wechat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/recover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PyMe/Ico/salong.png
Binary file added PyMe/Ico/shop.png
Binary file added PyMe/Ico/switchpage.png
53 changes: 0 additions & 53 deletions PyMe/Market_com/Express.py

This file was deleted.

42 changes: 0 additions & 42 deletions PyMe/Market_com/Stock.py

This file was deleted.

Binary file modified PyMe/PyMe.exe
Binary file not shown.
Binary file added PyMe/PyMe兼职开发生态介绍.pdf
Binary file not shown.
Binary file modified PyMe/UpdatePyMe.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion PyMe/Wizard/En/DatabaseTables.wiz
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ introduction=Understand the usage of data editors and data table related control
24=Write code after line breaks “MarriageText = 'Unmarried'”。["WriteCode_MarriageText = 'Unmarried'"]
25=Write code after line breaks “if Marriage == 1:”。["WriteCode_if Marriage == 1:"]
26=Write code after line breaks “MarriageText = 'Married'”。["WriteCode_MarriageText = 'Married'"]
27=After line breaking, right-click the mouse and find "DataBase" under "Interface Functions" in the menu. Select the function "Execute SQL Statement" in "DataBase_1" and fill in the SQL statement “insert into User(number,name,gender,profession,marriage)values(' "+Number+" '," '+Name+" ',"+str(Gender)+","+str(Occupation)+","+str(Marriage)+")"”。["WriteCode_Result=DataBase_1.SQLCMD('insert into User(number,name,gender,profession,marriage)values(''+Number+'',''+Name+'','+str(Gender)+','+str(Occupation)+','+str(Marriage)+')')"]
27=After line breaking, right-click the mouse and find "DataBase" under "Interface Functions" in the menu. Select the function "Execute SQL Statement" in "DataBase_1" and fill in the SQL statement “insert into User(number,name,gender,profession,marriage)values(' "+Number+" ', '"+Name+" ',"+str(Gender)+","+str(Occupation)+","+str(Marriage)+")" ”。["WriteCode_Result=DataBase_1.SQLCMD('insert into User(number,name,gender,profession,marriage)values(''+Number+'',''+Name+'','+str(Gender)+','+str(Occupation)+','+str(Marriage)+')')"]
28=Write code after line breaks “if Result == True:”。["WriteCode_if Result == True:"]
29=After line wrapping, right-click the mouse and select "ListView" under "Interface Functions" in the menu. Find the "ListView_1" function and insert a line for ListView.["FunctionMenu_Fun_AddRowText"]
30=Change the code to “Fun.AddRowText(uiName,"ListView_1",rowIndex ='end',values=(Number,Name,GenderText,OccupationText,MarriageText))”。["WriteCode_Fun.AddRowText(uiName,'ListView_1',rowIndex ='end',values=(Number,Name,GenderText,OccupationText,MarriageText))"]
Expand Down
5 changes: 3 additions & 2 deletions PyMe/Wizard/数据库表格.wiz
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ lessonid=14
difficulty=困难
reward=3
introduction=了解数据编辑器和数据表相关控件的用法。
stepindex=40
1=选中Form_1,在右边属性栏设置窗口大小为1200x800。["SetSize_Form1_1200x800"]
2=从左边工具条拖动创建一个ListView控件到Form_1上部,宽度可修改为100%,高底调整到600像素。["Create_ListView","SetW_ListView_1_1.00","SetH_ListView_1_600"]
3=用鼠标右键单击ListView,在弹出菜单里选择“编辑列信息”,然后在弹出菜单里将列数据改为“编号”,“名称”、“性别”、“职业”和“婚姻”,并调整合适宽度。["SetColumn_['编号','名称','性别','职业','婚姻']"]
Expand All @@ -11,7 +12,7 @@ introduction=了解数据编辑器和数据表相关控件的用法。
6=继续创建一个Label和两个RadioButton,放在“名称”旁边,修改Label文字内容为“性别”,并将两个RadioButton分别改为“男”和“女”,属性栏里值分别为1和2,分组值设为1,代表同一组下的两个不同选项。["Create_Label|CopyCreate_Label_3","Create_RadioButton","SetText_男","SetText_女"]
7=继续创建一个Label和一个ComboBox,放在“性别”旁边,修改Label文字内容为“职业”,选中ComboBox_1,在右边属性栏双击“数据项”,在弹出对话框增加“程序”、“策划”、“美术”三个数据项。["Create_Label|CopyCreate_Label_4","Create_ComboBox","SetText_职业","SetValueList_ComboBox_1_['程序','策划','美术']"]
8=继续创建一个CheckButton,放在“职业”旁边,修改文字内容为“已婚”。["Create_CheckButton","SetText_已婚"]
9=在界面最下方创建三个Button,修改Label文字内容为“添加”、“保存”和“删除”。["Create_Button|CopyCreate_Button_1","Create_Button|CopyCreate_Button_2","Create_Button|CopyCreate_Button_3","SetText_添加","SetText_保存","SetText_删除"]
9=在界面最下方创建三个Button,修改文字内容为“添加”、“保存”和“删除”。["Create_Button|CopyCreate_Button_1","Create_Button|CopyCreate_Button_2","Create_Button|CopyCreate_Button_3","SetText_添加","SetText_保存","SetText_删除"]
10=在下部的文件资源栏右键单击,在弹出菜单选择“新建SQLite数据库”,输入名称“MyDB”点击确定。["Create_DB_MyDB.db"]
11=双击生成的“MyDB.db”文件,在弹出的“编辑数据库”界面的左边“数据表列表”中右键单击,创建数据表“User”。["DB_CreateTable_User"]
12=在左边树项中选中表名项,右键单击,增加字符文本类型字段名“number”,“name”以及整数类型字段名"gender","profession","marriage",完成后点击确定。["DB_AddColumn_number_string","DB_AddColumn_name_string","DB_AddColumn_gender_int","DB_AddColumn_profession_int","DB_AddColumn_marriage_int"]
Expand All @@ -29,7 +30,7 @@ introduction=了解数据编辑器和数据表相关控件的用法。
24=换行后编写代码“婚姻文本 = '未婚'”。["WriteCode_婚姻文本 = '未婚'"]
25=换行后编写代码“if 婚姻数值 == 1:”。["WriteCode_if 婚姻数值 == 1:"]
26=换行后编写代码“婚姻文本 = '已婚'”。["WriteCode_婚姻文本 = '已婚'"]
27=换行后鼠标右键单击,在菜单中找到“界面函数”下的“DataBase”,选择“DataBase_1”的函数“执行SQL语句”,并填写SQL语句“insert into User(number,name,gender,profession,marriage)values(' "+编号+" '," '+名称+" ',"+str(性别数值)+","+str(职业索引)+","+str(婚姻数值)+")"”。["WriteCode_Result=DataBase_1.SQLCMD('insert into User(number,name,gender,profession,marriage)values(''+编号+'',''+名称+'','+str(性别数值)+','+str(职业索引)+','+str(婚姻数值)+')')"]
27=换行后鼠标右键单击,在菜单中找到“界面函数”下的“DataBase”,选择“DataBase_1”的函数“执行SQL语句”,并填写SQL语句“insert into User(number,name,gender,profession,marriage)values(' "+编号+" ',' "+名称+" ',"+str(性别数值)+","+str(职业索引)+","+str(婚姻数值)+")" ”。["WriteCode_Result=DataBase_1.SQLCMD('insert into User(number,name,gender,profession,marriage)values(''+编号+'',''+名称+'','+str(性别数值)+','+str(职业索引)+','+str(婚姻数值)+')')"]
28=换行后编写代码“if Result == True:”。["WriteCode_if Result == True:"]
29=换行后鼠标右键单击,在菜单中选择“界面函数”下的“ListView”,找到“ListView_1”函数“为ListView插入一行”。["FunctionMenu_Fun_AddRowText"]
30=修改代码为Fun.AddRowText(uiName,"ListView_1",rowIndex ='end',values=(编号,名称,性别文本,职业文本,婚姻文本))。["WriteCode_Fun.AddRowText(uiName,'ListView_1',rowIndex ='end',values=(编号,名称,性别文本,职业文本,婚姻文本))"]
Expand Down
Loading

0 comments on commit 2ca0e5b

Please sign in to comment.