-
jquery注册表单
说明: y注册表单是一款拥有三种不同风格的表单验证表单,可以有效验证字符串(The y registration form is a form validation form with three different styles, which can validate strings effectively.)
- 2019-03-20 14:07:01下载
- 积分:1
-
Java EJB简单例子
Java EJB简单例子,这是HelloWorldBean的Home接口,它是EJB对象的生成库,无状态会话(将在下一个实例中具体讲解)Bean,这个接口是客户端与EJB对象相互作用的中间途径,通过Client触发调用Bean方法:
try {
//取得初始化属性jndiContext,它是连接JNDI树的起始点
InitialContext jndiContext = new InitialContext(properties);
//取得Home对象的引用
Object ref = jndiContext.lookup("HelloWorldHome");
HelloWorldHome home = (HelloWorldHome)
PortableRemoteObject.narrow (ref, HelloWorldHome.class);
//用EJB生成库Home生成EJB对象
HelloWorld hello= home.create();
//调用EJB对象方法printHelloWorld(),EJB对象把调用委派给Bean
System.out.println (hello.printHelloWorld());
}
- 2022-07-20 22:16:54下载
- 积分:1
-
The use of C++ Prepared lottery simulation procedures, the Lottery has three dif...
使用C++编写的模拟彩票的程序,有三种不同的彩票类型,正在学习C++的同学可以下载参考一下。-The use of C++ Prepared lottery simulation procedures, the Lottery has three different types, are learning to C++ Students can download the reference.
- 2022-07-06 18:48:52下载
- 积分:1
-
北斗单点定位
北斗单点定位 静态单频 cep95 小于5米略差于GPS(OBS single point positioning)
- 2020-09-03 17:58:08下载
- 积分:1
-
CST方向图数据可视化
说明: 将CST中方向图导入到MATLAB中,包括二维模型和三维模型(Importing the CST pattern into MATLAB, including two-dimensional model and three-dimensional model)
- 2018-12-28 12:42:19下载
- 积分:1
-
Python核心编程 第3版 中文版
说明: 本书是经典畅销图书《Python 核心编程(第二版)》的全新升级版本,总共分为 3 部分。
第 1 部分讲解了 Python 的一些通用应用,包括正则表达式、网络编程、Internet 客户端编程、多线程编程、GUI 编程、数据库编程、Microsoft Office 编程、扩展 Python 等内容。
第 2 部分
讲解了与 Web 开发相关的主题,包括 Web 客户端和服务器、CGI 和 WSGI 相关的 Web 编程、Diango Web 框架、云计算、高级 Web 服务。第 3 部分则为一个补充/实验章节,包括文本处理以及一些其他内容。
本书适合具有一定经验的 Python 开发人员阅读(This book is a new upgraded version of the classic best-selling book Python Core Programming (2nd Edition). It is divided into three parts.
Part 1 explains some general applications of Python, including regular expressions, network programming, Internet client programming, multi-threading programming, GUI programming, database programming, Microsoft Office programming, extension of Python and so on.
Part 2
Topics related to Web development are explained, including Web client and server, CGI and WSGI related Web programming, Diango Web framework, cloud computing, advanced Web services. Part 3 is a supplementary/experimental chapter, including text processing and some other contents.
This book is suitable for Python developers with some experience.)
- 2020-06-17 10:40:02下载
- 积分:1
-
C++ 中.x导入文件的一个 应该会很有用的 我也在寻找其他的
C++ 中.x导入文件的一个 应该会很有用的 我也在寻找其他的-C++,. X import files in an
- 2023-03-04 08:00:04下载
- 积分:1
-
采用比较器的过压保护电路
说明: 经典的采用比较器作为高压保护电路的原理图方案(Scheme of using comparator as high voltage protection circuit)
- 2021-03-15 19:54:16下载
- 积分:1
-
对autocad图形数据库中的图形进行编辑
对autocad图形数据库中的图形进行编辑-right autocad graphics database graphics editing
- 2022-03-16 04:00:33下载
- 积分:1
-
BAS BP论文及代码
说明: 天牛须混沌算法,BP论文及代码。需要下载(Tian Niu Chaotic Algorithm)
- 2020-12-15 11:19:13下载
- 积分:1