03 2019 档案
摘要:Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\fuck] @="fuck Protocol" "URL Protocol"="" [HKEY_CLASSES_ROOT\fuck\DefaultIcon] @="C:\\Program Files (x86)\\VB精简版\\Vb6.exe,0" [HKEY_CLASS...
阅读全文
摘要:using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApp100鸡 { class Program { static void Main(string[] args) { ...
阅读全文
摘要:#include "pch.h" #include #include using namespace std; int main() { std::cout << "Hello World!\n"; for (int i = 1; i < 9; i++) { for (int j = 1; j <=i ; j++) { ...
阅读全文
摘要:/// /// 嵌入子窗体,判断子窗体是否打开了 /// public static Form1 f; public void Form1Show() { if (f == null || f.IsDisposed) { f =...
阅读全文
摘要:在后台数据库ICClassType表中,字段FID0的是新单。 ----------------系统设置------------------------ FStatus: 0--未审核;1--已审核;2--部分行关闭;3--已关闭; =============================================== 步骤一:先从t_tabledescription表中查业务单据的F...
阅读全文