推荐 基于C#的ASP.NET编程的书 - .NET技术 / C#
如题 各位牛人知道的请告知下,
书可以,视频更好
感激不尽
http://www.pudn.com/downloads25/sourcecode/web/detail79035.html
参考该网页http://msdn.microsoft.com/zh-cn/beginner/bb308760.aspx
《asp.net第一步:基于C#程序开发》,是我们ASP.net版主写的,很好
asp.net 揭秘
C# 高级编程
不要E文的啊 鄙人比较爱国
圣殿祭司的ASP.NET.2.0.开发详解
这本书挺好!
相关问答:
DataSet导出xml 批处理(循环)得怎么处理
XML文件
<A>
<B>
<C>
</C>
&nb ......
C# code:
SqlConnection conn = CsDB.sqlcon();
SqlDataAdapter da = new SqlDataAdapter("select fwCoding from bjmuma_fwCoding where OrderNumber='" + Order + & ......
在根目录/lib中存放一个log.c,log.h,并用下面的语句:
gcc -c log.c
ar crv liblog.a log.o
编译出一个liblog.a静态库,然后在文件夹:/testfile中创建一个test.c和testc.c,test.c中引用了testc.c中定义的方法 ......
挺繁琐,之前发的帖子,分值太低现在重发一个。欢迎各位大侠~~
#include "stdlib.h"
#include "math.h"
#include "stdio.h"
float objfx(float x[]);
void constraint(float x[] ......