-
北方供求 V3.3 Sql 版
§V3.3更新功能
1、首页(自动生成静态,后台可设定更新间隔时间,如果有新信息发布,也会自动更新)及相关通用页...
北方供求 V3.3 Sql 版
§V3.3更新功能
1、首页(自动生成静态,后台可设定更新间隔时间,如果有新信息发布,也会自动更新)及相关通用页面采用静态生成。(免费版无此功能)
2、重组了网页结构,速度更快,页面更美观,信息更庞大。
3、修正了3.2版的部分bug。
4、推出了3.3sql版本。
5、修改了信息类型的写法,修改类型只需修改一处。
6、增加了服务器组件探测功能,不再是以前在不支持的情况下打不开页面,现在会提示缺少什么组件,并给出解决办法!
7、提供网站模板源文件^&^-Supply and demand in the North § V3.3 Edition V3.3 Sql update feature one, Home (automatic generation of static, the background can be set to update time interval, if there is new information released will be automatically updated) and related general static page generation. (Free version is not functional) 2, the reorganization of the structure of a web page, faster, better-looking pages, information much greater. 3, amending the 3.2 version of some bug. 4, launched 3.3sql version. 5, amended the wording of the type of information, modify the type of only one modification. 6, increasing the detection capability of the server component is no longer before the case is not supported could not open the page, now what will be pro
- 2022-01-26 03:20:10下载
- 积分:1
-
linux c 函数库 所有API说明。可以很方便查找调用。
linux c 函数库 所有API说明。可以很方便查找调用。-linux c function library for all API description. You can easily find calls.
- 2022-07-27 13:01:33下载
- 积分:1
-
游戏艺术二维图形与三维模型
游戏艺术中的2D图形和3D模型-2D.Artwork.and.3D.Modeling.for.Game.Artists.pdf-Game Art 2D graphics and 3D model-2D.Artwork.and.3D.Modeling.for.Game.Artists.pdf
- 2022-06-27 20:48:20下载
- 积分:1
-
C 计算器代码
/ * mustafasırrıinci * /
#include < stdio.h >
#include < stdlib.h >
#include < math.h >
int main ()
{
浮 int1 int2,结果 ;
char 操作 ;
printf("CALCULATORn") ;
开始:
printf ("nnEnter 两个整数 please.n") ;
printf("1.integer:") ;
scanf ("%f"& int1) ;
printf("2.integer:") ;
scanf ("%f"& int2) ;
选择:
printf ("nenter 操作的符号。") ;
printf ("naddition: + nsubtraction:-nmultiplication: * ndivision: /nexponention: ^ nto 退出:! n") ;
scanf ("%s"& 操作) ;
虽然 (操作! = "!")
{
switch(operation)
{
案件 "+":
结果 = int1 + int2 ;
打破 ;
案件 "-":
结果 = int1-int2 ;
打破 ;
案件 " *":
结果 = int1 * int2 ;
打破 ;
- 2022-08-13 04:26:33下载
- 积分:1
-
如何基于44b0x开发板建立NFS开发环境本文详细介绍
如何在ARMSYS上建立采用NFS的开发环境,可供一步步实践,希望能为大家提供帮助。...
如何基于44b0x开发板建立NFS开发环境本文详细介绍
如何在ARMSYS上建立采用NFS的开发环境,可供一步步实践,希望能为大家提供帮助。
-How 44b0x development board based on the establishment of NFS development environment This paper describes how to build ARMSYS development environment using NFS, for one, step by step practice, and hope to be able to help everyone.
- 2022-05-23 02:54:28下载
- 积分:1
-
MT4 指标
自动画黄金分割线
分析止损 盈利的好指标
MT4 指标
自动画黄金分割线
分析止损 盈利的好指标-MT4 Indicators Fibonacci-ray analysis of self-animated stop-loss profit good indicators of
- 2023-05-03 05:55:03下载
- 积分:1
-
编译原理学习文档
适合初学者学习
共9页ppt
编译原理学习文档
适合初学者学习
共9页ppt
-Principles of Learning to compile a document for beginners
- 2022-05-05 14:56:00下载
- 积分:1
-
Csharp基本教程很是适合初级学生学习.欢迎下载.
Csharp基本教程很是适合初级学生学习.欢迎下载.-Csharp basic course is suitable for primary students to learn. Welcome to download.
- 2022-04-17 19:36:59下载
- 积分:1
-
s3c44b0的bootloader的烧写说明
s3c44b0的bootloader的烧写说明-S3C44B0 programmer description of the bootloader
- 2022-05-18 13:08:49下载
- 积分:1
-
数据库管理系统
QT下数据库管理系统客户端,命令版,不会sql语句的还是学完命令再下载,适合初学者,和inux下的sql有初步了解的同学,能实现简单的对linux服务器下sql数据的创建,查询,删除等操作。用的是基类主窗口类,需要登陆。注:此代码为学生学习代码
- 2022-02-02 20:40:14下载
- 积分:1