摘要:
class point { public: point(); ~point(); point(float x,float y,float z); private: float m_x,m_y,m_z; public: float distance(point& p); //如果我定义为: //float distance(point p); //有什么区别? fl......
摘要:
小弟是新手,开始调试第一个经典的rmi小程序,遇到了许多问题,令小弟很郁闷!请教各位高手: 小弟的代码是这样的: 1。hello.java package examples.hello; import java.rmi.remote; import java.rmi.remoteexception; public interface hello extends remote { strin......
我想在非ASP.NET应用下(普通Windows)使用类似Server.UrlEncode()和Server.UrlDecode() 的函数,我该如何办
我想在非ASP.NET应用下使用类似Server.UrlEncode()Server.UrlDecode() 的函数,我该如何办???
HttpContext.Current.Server.UrlEncode()
HttpContext.Current.Server.UrlDecode()
这两个必须在ASP.NET应用中才能用。普通应用中如何用呀??
NO.1 作者: DrunkenLion
shit,
NO.2 作者: timmy3310
怎么早没看到这个贴子?
少了20分
唉
摘要:
英文sql2000能往表里写中文吗?
......