摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _嵌套循环 { class Program { static void Main(string[] args 阅读全文
posted @ 2024-04-09 19:16 pionier 阅读(11) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace _xxxx { class Program { static void Main(string[] args 阅读全文
posted @ 2024-04-09 19:15 pionier 阅读(7) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace switch1 { class Program { static void Main(string[] ar 阅读全文
posted @ 2024-04-09 19:15 pionier 阅读(10) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 课堂 { class Program { static void Main(string[] args) { 阅读全文
posted @ 2024-04-09 19:13 pionier 阅读(11) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 字符拼接 { class Program { static void Main(string[] args) 阅读全文
posted @ 2024-04-09 19:11 pionier 阅读(16) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 计算 { class Program { static void Main(string[] args) { 阅读全文
posted @ 2024-04-09 19:09 pionier 阅读(10) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace 输入输出 { class Program { static void Main(string[] args) 阅读全文
posted @ 2024-04-09 19:08 pionier 阅读(12) 评论(0) 推荐(0)
摘要: 代码片段用于快捷健自动补全代码 进入IDE——工具——代码片段管理器(Ctrl+k+b)——复制文件路径在winr命令窗口打开 更改完后,重命名后放到文件夹,重新打开IDE 新建快捷键记录:RE+tab: Console.ReadLine(); 新建一个Console.WriteLine 的代码片段 阅读全文
posted @ 2024-04-09 19:05 pionier 阅读(44) 评论(0) 推荐(0)
摘要: 描述:在修改数据库字段或者新增数据库字段之后,进入kettle工具使用映射找不到这个字段或者字段没有更新,需要清理缓存,就能刷新了 前提:数据库连接是在这里新建,然后设置共享,给所有转换和作业使用的 在这里清除数据库缓存 阅读全文
posted @ 2023-06-19 16:43 pionier 阅读(1342) 评论(0) 推荐(0)
摘要: 网页中点击提交的时候,发送请求,同时,整个页面刷新, 但是在看视频,点赞的时候,不能刷新页面重头看, 所以用上Ajax技术,只刷新一小部分内容,减少服务器压力和实现需求。 它需要和js一起使用。 // var xmlHttp= new XMLHttpRequest(); xmlHttp.open(" 阅读全文
posted @ 2022-10-27 08:25 pionier 阅读(101) 评论(0) 推荐(0)