登录
首页 » Process-Thread » use UTF

use UTF

于 2022-12-16 发布 文件大小:2.97 MB
0 81
下载积分: 2 下载次数: 1

代码说明:

采用 UTF-8 编码,完美兼容多语言 中文化的前台界面(不包括论坛帮助) 中文化的后台 中文化的安装与升级系统 中文的版主操作日志 为中文修正的 CSS, Javascript 为中文修正的语言截断 为中文修正的所见所得编辑器 修正邮件预览乱码的问题 修正模板和后台中多处未使用 Charset 声明出现乱码的问题 修正打印页面 HTML 标签错误混乱 去除后台首页附件使用空间统计(附件一多,首页进入奇慢) 加强的 SSI 脚本,允许以 Javascript 方式调用指定论坛的新帖 增加 Javascript 脚本自动缩图功能,图片加载之后会自动缩小到浏览器窗口的大小范围之内,不会撑破页面表格. 点击缩小后的图片将在新窗口内显示正常大小的图片,同时使用鼠标滚轮 + Ctrl 可以自由放大或缩小图片 各种中文兼容性修正 -use UTF-8 encoding. perfectly compatible with multi-language culture prospects interface (not including the Forum help), the cultural background of the Cultural Department of installation and upgrading EC Chinese operation log to the moderator that the Chinese CSS, Javascript amendment to the Chinese for the Chinese language disconnect that the editor can see from that chaos mail preview Amended code templates and background were not multiple use Charset statement causing distortion of the issues that print pages H TML labels wrong to remove confusion background Home spatial statistical annex (Anne

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 银行家算法 进程控制中用到的算吧 检测是是否死锁
    银行家算法 进程控制中用到的算吧 检测是是否死锁-bankers process control algorithms used in the counting detection is whether it Deadlock
    2022-02-13 07:13:03下载
    积分:1
  • 在ActiveX控件中如何动态调用DLL函数,有实用价值
    在ActiveX控件中如何动态调用DLL函数,有实用价值-in how ActiveX DLL function call dynamic, practical value
    2022-03-02 08:35:37下载
    积分:1
  • 这个程序用来关闭无用进程。从而清理桌面例如,你的桌面上有很多无用网页,或者内存过行很多进程,你就可以运行此程序,将其关闭。...
    这个程序用来关闭无用进程。从而清理桌面例如,你的桌面上有很多无用网页,或者内存过行很多进程,你就可以运行此程序,将其关闭。-the procedures used to shut down unwanted process. In order to clear the desktop, for example, on your desktop a lot of useless pages, or trip over a lot of memory process, you can run this program, turn it off.
    2022-08-03 05:53:49下载
    积分:1
  • 一个多线程发送并口控制信号的程序,控制信号的频率达到微秒级...
    一个多线程发送并口控制信号的程序,控制信号的频率达到微秒级-a multithreaded parallel port control signals sent to the procedures, the frequency control signal to achieve microsecond
    2023-03-11 18:30:03下载
    积分:1
  • the NT environment hidden process, the user is unaware of the conditions, the im...
    在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in t
    2022-03-23 05:27:10下载
    积分:1
  • 查看Windows下所有进程,即使这个进程被隐藏
    查看Windows下所有进程,即使这个进程被隐藏-View Windows all process, even if the process was hidden! !
    2022-03-18 09:06:32下载
    积分:1
  • Remote Run Library is a part of the code provides a complete remote (remote here...
    Remote Run Library是一个为部分代码提供完整的远程(这里的远程指不同于本进程的其他进程空间)运行环境(包括在代码中使用隐式API调用、字符串常量、全局/静态变量、异常保护)的工具。它允许你在任意进程(只要你有足够的权限)运行一段代码甚至一个exe,从而可以让两个或多个可执行文件在同一个进程空间运行。-Remote Run Library is a part of the code provides a complete remote (remote here refers to the process is different from the other process space) runtime environment (including the use of code implicit API calls, string constants, global/static variables, abnormal protection) tool. It allows you to the arbitrary process (as long as you have sufficient authority) run a piece of code or exe, which allows two or more executable file in the same process space operations.
    2022-11-10 12:15:04下载
    积分:1
  • 模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密...
    模拟进程调度 实现了FCFS,SJF和Priority算法 界面友好,使用C#编写,异常处理严密-Simulate the process of scheduling implements FCFS, SJF, and Priority algorithm is user-friendly, using C# write, exception handling tight
    2022-05-15 20:14:56下载
    积分:1
  • 进程管理和线程管理 进程管理和线程管理
    进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
    2023-04-28 16:45:03下载
    积分:1
  • 利用类CEvent实现多线程同步
    利用类CEvent实现多线程同步-use category CEvent multi-thread synchronization
    2022-02-09 19:20:30下载
    积分:1
  • 696518资源总数
  • 105559会员总数
  • 1今日下载