街角_祝福

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

上一页 1 2 3 4 5 6 ··· 12 下一页

2023年4月21日 #

GMHelper

摘要: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace GMTest { public class GM 阅读全文

posted @ 2023-04-21 21:28 街角_祝福 阅读(74) 评论(0) 推荐(0) 编辑

2023年3月10日 #

C#程序配置使用示例

摘要: 通用帮助类 /// <summary> /// 配置帮助类 /// </summary> public class ConfigHelper { public static Configuration GetConfig() { return ConfigurationManager.OpenExe 阅读全文

posted @ 2023-03-10 14:49 街角_祝福 阅读(26) 评论(0) 推荐(0) 编辑

2023年2月24日 #

Python代码段

摘要: EXCEL导出操作 def lists_to_xls(rows, xls, header=None): columns = rows[0] range_columns = range(len(columns)) data = rows[1:] startrow = 0 if header: star 阅读全文

posted @ 2023-02-24 14:23 街角_祝福 阅读(16) 评论(0) 推荐(0) 编辑

2022年9月6日 #

Python国密SM2签名及加解密

摘要: #!/usr/bin/env python # -*- coding:utf-8 -*- # @ProjectName: Demo # @Name: gm_test.py.py # @Auth: arbboter # @Date: 2022/9/6-14:06 # @Desc: # @Ver : 0 阅读全文

posted @ 2022-09-06 16:25 街角_祝福 阅读(5940) 评论(1) 推荐(1) 编辑

2022年8月16日 #

【ASIO】同步TCP客户端

摘要: #include <iostream> #include <string> #include <asio.hpp> void test_tcp_client(); int main() { try { test_tcp_client(); } catch(std::exception& e) { s 阅读全文

posted @ 2022-08-16 16:58 街角_祝福 阅读(154) 评论(0) 推荐(0) 编辑

2022年7月1日 #

窗口置顶程序

摘要: 代码实现 # coding: utf-8 import win32gui import win32con import sys def main(): if len(sys.argv) < 2: print('请指定窗口名称(尽可能准确)') return name = sys.argv[1] wn 阅读全文

posted @ 2022-07-01 11:05 街角_祝福 阅读(68) 评论(0) 推荐(0) 编辑

2022年6月14日 #

房贷计算实现

摘要: 实现和测试代码 # coding : utf-8 def GetHouseLoan(year_rate, total_year, total_amt): """ 等额本息(月供固定) year_rate : 贷款年利率 total_year : 贷款总年限,单位年 total_amt :贷款总金额, 阅读全文

posted @ 2022-06-14 11:13 街角_祝福 阅读(36) 评论(0) 推荐(0) 编辑

2015年6月15日 #

AnyWhere

摘要: anyexec_date 201506171258 anyexec_date ```python@@AnyWhereCmdidcpython /home/appadmin/nicker/tools/QUI.py mobile 18659263519@@AnyWhereCmd``` 阅读全文

posted @ 2015-06-15 18:14 街角_祝福 阅读(128) 评论(0) 推荐(0) 编辑

2015年6月13日 #

字典枚举某网站游戏地址

摘要: > * http://cafebabe.cc/nazo/basic/cache.html> * http://cafebabe.cc/nazo/medium/champion.html> * http://cafebabe.cc/nazo/basic/cherry.html> * http://ca... 阅读全文

posted @ 2015-06-13 12:15 街角_祝福 阅读(278) 评论(0) 推荐(0) 编辑

2014年12月26日 #

GitHub+hexo to Blog

摘要: title: GitHub+hexo to Blogdate: 2014-12-26 09:44:53tags: hexo, github---## 摘要 ##一直想要一个自己的博客,不过一直怯于对网站开发一一窍不通,所以终究还是没有去搭建自己的博客,而是选择辗转于CSDN和博客园之间。最近看到了[... 阅读全文

posted @ 2014-12-26 10:59 街角_祝福 阅读(526) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 12 下一页
点击右上角即可分享
微信分享提示