 |
|
|
 |
 |
|
ให้ Code ไปแล้วก็เช็คอะไรไม่ได้ครับ 
|
 |
 |
 |
 |
Date :
2016-12-06 14:30:42 |
By :
mr.win |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
"จรรยาบรรณ" เท่านั้นครับ ถ้าไม่มีก็จบ
|
 |
 |
 |
 |
Date :
2016-12-06 19:05:20 |
By :
PEBBLE |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
ไอ้หย๋า! ผมก็เชื่อแบบนั้น จรรยาบรรณ
|
 |
 |
 |
 |
Date :
2016-12-07 11:04:04 |
By :
nPointXer |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
 |
|
|
 |
 |
|
คุณต้องการปิดแต่ผมต้องการเปิดเผย
ผมพูดแรงฯตรงฯว่า "ถ้ามันเป็นงานของผม ผมจะโยน Sourcecode ของคนอื่นฯทิ้งหมดเลย"
Concept ของผม "Write one run any Application"
ผมกำลังออกแบบการรับส่งข้อมูลด้วย Json (C#/VB) (ผมทนกระแสสังคมไม่ไหว?)
--- แน่นอนว่ามันต้องเล็กที่สุดและทรงประสิทธิภาพมากที่สุด
--- รองรับทุกสภาวะการณ์ของโลก OOP
ผมมีแรงบันดาลใจมาจากสิ่งเล็กฯน้อย (ข้อมูลครบถ้วนบริบูรณ์ในตัวของมันเอง)
Code (VB.NET)
Dim result = New With {.sEcho = sEcho,
.iTotalRecords = lstLargeRows.Count(),
.iTotalDisplayRecords = Person.Count(),
.aaData = Product.Select(Function(n, rowIndex) {
n.engine,
n.browser,
n.platform,
If(rowIndex Mod 3 = 0, "<img src='./Icon/PersonWomanPending.png' onclick='event.preventDefault();event.stopPropagation();MessageBox(""ทดสอบการทำงาน"")' style='cursor:pointer;' />" & " IS-01 เบิกใช้ภายใน OTH", If(rowIndex Mod 3 = 1, "<img src='./Icon/PersonWomanExtentSame.png' />" & " IS-02 เบิกใช้ภายใน MGR", "<img src='./Icon/PersonWomanAlert.png' />" & " IS-03 เบิกใช้ภายใน PUR")),
If(rowIndex Mod 3 = 0, "<img src='./Icon/PersonWomanPending.png' onclick='MessageBox(""ทดสอบการทำงาน"")' style='cursor:pointer;' />" & " Description", If(rowIndex Mod 3 = 1, "<img src='./Icon/PersonWomanExtentSame.png' />" & " หมายเหตุ", "<img src='./Icon/PersonWoman.png' /> <img src='./Icon/PersonMan.png' /> <img src='./Icon/PersonManExit.png' />" & " คำอธิบาย")),
"r" & rowIndex
}).Skip(idisplayStart).Take(idisplayLength)
สิ่งที่กำลังทำและไม่มีกำหนดเสร็จ
Code (VB.NET)
Imports Newtonsoft.Json
Imports Newtonsoft.Json.Linq
Public Class JsonUtils
''' <summary>
''' Ctor
''' </summary>
''' <remarks></remarks>
Sub New()
End Sub
''' <summary>
''' it's not a bug.
''' it's a furture.
''' </summary>
''' <returns></returns>
''' <remarks></remarks>
Public Shared Function หอย_งาม() As String
Return "โหนกนูน"
End Function
Public Shared Sub Example_SerializeObject()
Dim prd As Product = New Product()
prd.ProductID = 1
prd.ProductName = "Pencil"
prd.Sizes = {"Small", "Middle"}
Dim json As String = JsonConvert.SerializeObject(prd)
'//{
'// "ProductID ":1,"
'// "ProductName":"Pencil",
'// "Sizes":["Small","Middle"]
'//}
End Sub
Public Shared Sub Example_DeserializeObject()
Dim json = <json>
{
"ProductID ":1,"
"ProductName":"Pencil",
"Sizes":["Small","Middle"]
}
</json>
Dim objProduct As Product = JsonConvert.DeserializeObject(Of Product)(json.ToString().Trim(New Char() {vbLf, vbNewLine, vbTab, vbCrLf, vbCr, " "}))
Dim prdName As String = objProduct.ProductName 'Result Pencil
End Sub
Public Shared Sub Example_Linq2Json()
Dim array As JArray = New JArray() 'Name space Newtonsoft.Json.Linq
array.Add("Banana")
array.Add(New Date(2016, 12, 31))
Dim obj As JObject = New JObject
obj("myArray") = array
Dim json As String = obj.ToString()
'// {
'// "MyArray": [
'// "Banana",
'// "2016-12-31T00:00:00"
'// ]
'// }
End Sub
''' <summary>
''' Demo Class
''' </summary>
''' <remarks></remarks>
Public Class Product
Public Property ProductID As Integer
Public Property ProductName As String
Public Property Sizes As String()
End Class
End Class
ปล. ฟังเพลงความฝันอันสูงสุด
ไม่เคืองแค้นน้อยใจในโชคชะตา
ไม่เสียดายชีวาถ้าสิ้นไป
...
จะปิดทองหลังองค์พระปฏิมา
...
เท่านี้ก็น่าจะเพียงพอแล้ว คำว่า จรรยาบรรณก็ไร้ซึ่งความหมาย
|
 |
 |
 |
 |
Date :
2016-12-07 13:01:13 |
By :
หน้าฮี |
|
 |
 |
 |
 |
|
|
 |
 |
|
 |
 |
|