上一页 1 2 3 4 5 6 7 8 ··· 14 下一页

2021年4月21日

HTML canvas 根据一组图片生成360度 左右滑动旋转效果

摘要: 参考链接 https://www.cnblogs.com/chengguanhui/p/5155440.html,在此基础上稍微修改了下,加了鼠标滚轮放大缩小的功能 HTML代码 <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <meta n 阅读全文

posted @ 2021-04-21 11:23 落叶子 阅读(703) 评论(0) 推荐(1)

2021年1月14日

政府网文件搜索列表页

摘要: http://sousuo.gov.cn/list.htm?q=&n=15&t=paper&childtype=&subchildtype=&pcodeJiguan=%E5%9B%BD%E5%8A%9E%E5%8F%91%E6%98%8E%E7%94%B5&pcodeYear=&pcodeNum=& 阅读全文

posted @ 2021-01-14 18:35 落叶子 阅读(147) 评论(0) 推荐(0)

2020年11月18日

docker 容器间相互连接

摘要: https://blog.csdn.net/Lyon_Nee/article/details/105814664 阅读全文

posted @ 2020-11-18 17:04 落叶子 阅读(110) 评论(0) 推荐(0)

2020年11月2日

asp.net core 3.1 中使用cookie

摘要: 1.在ConfigureServices中添加 services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(); 2.在Configure中添加 app.UseCookiePolic 阅读全文

posted @ 2020-11-02 11:05 落叶子 阅读(1007) 评论(0) 推荐(0)

2020年10月21日

abp vnext 去IdentityServer 精简单体项目基于abp vnext 3.2版本

摘要: 1.使用cli创建模块项目 2.修改XXX.HttpApi.Host项目的配置文件,将多余的那个删除 3.修改XXX.HttpApi.Host项目中的XXXXHttpApiHostModule,修改ConfigureServices,添加一下红色字体内容。 public override void 阅读全文

posted @ 2020-10-21 16:07 落叶子 阅读(1389) 评论(0) 推荐(0)

2020年8月25日

c# 图片加文字,横线,圆

摘要: var imgPath = Path.Combine(AppContext.BaseDirectory, "Pic/style_02.png"); FileStream fs = new FileStream(imgPath, FileMode.Open); System.Drawing.Image 阅读全文

posted @ 2020-08-25 15:59 落叶子 阅读(289) 评论(0) 推荐(0)

2020年8月14日

淘宝客根据优惠券url更新优惠券信息

摘要: string m_h5_tk = "6ad772f2d0833a8e302c5ae68d65eaa0"; string time = ToUnixTimestampBySeconds().ToString(); string appKey = "12574478"; string data = Js 阅读全文

posted @ 2020-08-14 14:16 落叶子 阅读(493) 评论(0) 推荐(0)

2020年7月7日

软件产品ui模型制作工具

摘要: 墨刀和axure 阅读全文

posted @ 2020-07-07 18:01 落叶子 阅读(198) 评论(0) 推荐(0)

2020年6月29日

在类库中获取配置信息 asp.net core 3.1

摘要: var configuration = new ConfigurationBuilder() .AddJsonFile(Path.Combine(AppContext.BaseDirectory, "appsettings.json")) .Build(); 需要添加 nuget 包 Microso 阅读全文

posted @ 2020-06-29 14:12 落叶子 阅读(223) 评论(0) 推荐(0)

2020年5月18日

vs 或 Android Studio 使用Visual Studio Emulator for Android调试安卓程序

摘要: 1.打开Studio Emulator for Android开启一个安卓仿真程序,查看网络地址如下图的192.168.1.111. 2.然后使用adb 连接此ip,找到Android SDK安装目录D:\Android\android-sdk\platform-tools 在此处运行命令行执行 a 阅读全文

posted @ 2020-05-18 20:41 落叶子 阅读(1574) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 ··· 14 下一页

导航