-
风之相随留言簿 V3.2正式发布, 呵呵!来段开场白。
这个版本似乎已经等待了好久了,不管是各位网友,还是我自己,看看上一个版本,还是08年12月8日的,...
风之相随留言簿 V3.2正式发布, 呵呵!来段开场白。
这个版本似乎已经等待了好久了,不管是各位网友,还是我自己,看看上一个版本,还是08年12月8日的,已经整整一年没有怎么更新了。想想去年还在武汉,今年却身在西安,心境不同,自然状态也不同了。
一直说要更新,11月30日终于终于是腾出时间来一次小规模的改版,大的功能和框架没太大变化,只是应一些网友的需求,以及自上个版本发布一年来,征集的建议和意见做了相应的功能加强。
V3.2主要增加功能:
1、留言分审核和不审核
2、系统设置里面添加了审核项,以及关键字,网站描述,备案号,第三方统计代码等功能
3、页面做了SEO优化
管理账号:
用户名:sunfeng
密码:1983-Wind attendant Guestbook V3.2 released, Ha ha! To segment opening.
This version seems to have been waiting for a long time, no matter what netizens, or myself, to see if the previous version, or December 8, 2008, and has been a full year without how updated. Think of last year while still in Wuhan, this year they are in Xi an, state of mind is different from the state of nature is also different.
Has been saying that to be updated November 30 was finally time to finally release a small-scale revision, large functions and framework did not change much, but should the needs of several blogs, as well as release from the last year, collected suggestions
- 2023-02-07 21:20:02下载
- 积分:1
-
Learning C++ Programming a very instructive examples, including the C++ The core...
对学习C++编程很有启发的一个例子,包括了C++的各核心的应用,是学习C++不错的选择-Learning C++ Programming a very instructive examples, including the C++ The core applications, is to learn from C++ Good choice
- 2022-02-22 12:09:48下载
- 积分:1
-
c语言标准文档,深入学习c语言的必经之路
c语言标准文档,深入学习c语言的必经之路-c language standard documentation, in-depth the only way to learn c language
- 2023-09-05 10:30:05下载
- 积分:1
-
first author of coal and rock deformation and fracture process of electromagneti...
笔者首先提出了煤岩变形破裂过程电磁辐射与应力耦合的概念,然后在实验研究、理论分析和数值模拟的基础上从力电耦合的角度研究了煤岩冲击矿压预测的电磁辐射法(EME)。研究结果表明:FLAC3D方法能对矿山巷道掘进过程煤岩内部应力场进行有效的数值模拟 电磁辐射信号主要来源于应力集中区,在场点监测到的电磁辐射信号主要是应力集中区煤岩变形破裂过程产生的 EME信号呈现出与煤岩内部应力变化相同的规律 利用力电耦合方法研究煤岩冲击矿压电磁辐射预测法是可行的。笔者最后还对未来煤岩冲击矿压电磁辐射预测法的研究进行了展望。-first author of coal and rock deformation and fracture process of electromagnetic radiation coupled with the concept of stress, then the experimental research, theoretical analysis and numerical simulations on the basis of Congli coupling angle of coal and rock rockburst forecast of electromagnetic radiation (EME). The results showed : FLAC3D method to mine tunneling process of coal and rock internal stress effective numerical simulation of electromagnetic radiation signal comes mainly from the stress concentration areas, the monitoring point to the presence of electromagnetic radiation signal is mainly concentrated stress coal rock deformation and fracture process of EME signal showing the internal rock and coal Stress changes in the s
- 2022-10-19 19:00:03下载
- 积分:1
-
人工智能在Prolog语言练习和其他的像一只猫,
ejercicios de inteligencia artificial en prolog como un gato, y otros
- 2022-05-17 15:48:25下载
- 积分:1
-
himself wrote for the refuse removal, like it used to clean up the garbage prett...
自己写的垃圾清理器,喜欢的用吧,清理垃圾帧的不错-himself wrote for the refuse removal, like it used to clean up the garbage pretty good frame
- 2022-04-14 23:44:11下载
- 积分:1
-
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。...
此程序为潮流计算中的雅克比矩阵程序,也是潮流计算的核心部分。-This program for the power flow calculation of the Jacobian matrix program, but also the core of the power flow calculation.
- 2022-02-02 22:29:19下载
- 积分:1
-
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。...
c语言做的猜数字游戏,这个游戏的规则比较简单,一般两个人玩,一方出数字,一方猜。出数字的人要想好一个没有重复数字的4位数,不能让猜得人知道。猜的人就可以开始猜。每猜一个数字,出数者就要根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数。
-c language to number guessing game, the rules of the game is relatively simple, general two people to play, one out of numbers, one guess. To a good number of people out of a 4-digit number does not repeat not be allowed to guess one knows. Guess people can start guessing. Each guess a number, a number of those who should according to this figure gives a few A few B, where A numerical position in front of the number of correct number, while the B before the numbers indicate the number of correct and incorrect number of locations the number of .
- 2022-12-26 22:50:03下载
- 积分:1
-
Part I of a Huffman coding
我编的一个哈夫曼编码-Part I of a Huffman coding
- 2022-02-25 06:01:29下载
- 积分:1
-
用于lex和yacc的c++及c语言的文法,可用来构造C++语言的编译器
用于lex和yacc的c++及c语言的文法,可用来构造C++语言的编译器-for lex and generates a c c language and grammar, can be used to construct the C language compiler
- 2022-11-27 11:55:03下载
- 积分:1