Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: zqliu [x]
Question 13 May 2013   license: CPOL
In the client I write the code like this:static void Main(string[] args){ var url = "http://www.cnblogs.com/api/say"; var postData = new Dictionary { { "username", "test" }, { "words", "hello world" } }; var urlEncodedContent =...
Question 18 Apr 2013   license: CPOL
Which solution is better when using mvc to get average,set backgound color in a grid?I use mvc,for example,in controller I return Json(list) and show the student imfomation in a grid in view,Now I want to show the grid with calculating the average of point in girl student in Class 1,and mark...
Question 13 Apr 2013   license: CPOL
how to add validation on web service that is only verified the first time and next time called it,it do not need to be verfity ?I see every verification when called online, every time client need to provice username and password,It is not good.Here is my codes,How to correct that?...
Question 8 Apr 2013   license: CPOL
A table called "tb" has n rows and m columns,means each row has m "td" mark.How can I get it's row's first 'td' and column's header when I click one td whick id call 'stdid'?
Question 24 Mar 2013   license: CPOL
When a web page has many div,When I set the last div that over-flow='scroll',it seems weird that the div before will change location!!How to advoid these effect?
Question 23 Jan 2013   license: CPOL
I write the sql here:declare @sql varchar(100)set @sql='select * from student where birthday='+'''1990-01-20 21:00:00.000'''exec(@sql)but it search nothing,and it has data in db.
Question 21 Jan 2013   license: CPOL
f1(), f2(), f3() is a function of type bool, which of the following style is better? A. if (f1 () && f2 () && f3 ()) do (); B. if (f1 ()) if (f2 ()) if (f3 ()) do ();If three function execution time is longer, is B method is better? Or they are just the same...
Question 6 Jul 2012   license: CPOL
put some txt file in one file and you can seek them fast,how to implement?use what data struct and how to implement? thx.

Page 1 of 1


Advertise | Privacy | Mobile
Web02 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid