Skip to content

Commit

Permalink
新增期末教學評量
Browse files Browse the repository at this point in the history
hearsilent committed Dec 31, 2014
1 parent ce90969 commit 606a7a0
Showing 5 changed files with 717 additions and 34 deletions.
350 changes: 350 additions & 0 deletions KUAS AP/AP_Frm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

387 changes: 359 additions & 28 deletions KUAS AP/AP_Frm.vb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions KUAS AP/Loginfrm.vb
Original file line number Diff line number Diff line change
@@ -315,10 +315,10 @@ Namespace SilentWebModule
request.ContentType = "application/x-www-form-urlencoded"

If url.Contains("http://140.127.113.155/Questionnaire/QuestionnaireInsert.aspx") Then
request.Accept = "text/html, application/xhtml+xml, */*"
request.Accept = "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"
request.ContentType = "application/x-www-form-urlencoded"
request.Headers.Add("Accept-Encoding", "gzip, deflate")
request.Headers.Add("Accept-Language", "zh-Hant-TW,zh-Hant;q=0.5")
request.Headers.Add("Accept-Language", "zh-tw,en-us;q=0.7,en;q=0.3")
End If

If Not String.IsNullOrEmpty(userAgent) Then
@@ -352,6 +352,7 @@ Namespace SilentWebModule
stream.Write(data, 0, data.Length)
End Using
End If

Return TryCast(request.GetResponse(), HttpWebResponse)

End Function
4 changes: 2 additions & 2 deletions KUAS AP/My Project/AssemblyInfo.vb
Original file line number Diff line number Diff line change
@@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices
' 指定為預設值:
' <Assembly: AssemblyVersion("1.0.*")>

<Assembly: AssemblyVersion("1.8.11.5")>
<Assembly: AssemblyFileVersion("1.8.11.5")>
<Assembly: AssemblyVersion("1.8.12.31")>
<Assembly: AssemblyFileVersion("1.8.12.31")>
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -27,7 +27,7 @@ How to use ?
如果你有更好的想法歡迎Fork
如果你有建議不會寫Code歡迎[聯絡我](https://www.facebook.com/HearSilent)

你也可以從這下載 : [Dropbox載點](http://goo.gl/ULNwSe) (最後更新日期 : 103/11/5)
你也可以從這下載 : [Dropbox載點](http://goo.gl/ULNwSe) (最後更新日期 : 103/12/31)

##### .NET需求[4.0](http://www.microsoft.com/zh-tw/download/details.aspx?id=24872) (含以上)
@@ -37,7 +37,8 @@ What can this do ?
- 缺曠課查詢
- 個人課表查詢
- 學分試算
- 教學評量填寫
- 期中教學評量填寫
- 期末教學評量填寫

Android ? iOS ?
=============================

0 comments on commit 606a7a0

Please sign in to comment.