avatar
Creating a New Theme

Creating a New Theme

星期日,九月 28 日,2014 年

Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I’ll explain how Hugo uses templates and how you can organize your templates to create a theme. I won’t cover using CSS to style your theme. We’ll start with creating a new site with a very basic template.
@ Michael Henderson
34 分钟阅读
Migrate to Hugo from Jekyll

Migrate to Hugo from Jekyll

星期一,三月 10 日,2014 年

Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ <root>/ ▾ images/ logo.png should become ▾ <root>/ ▾ static/ ▾ images/ logo.png Additionally, you’ll want any files that should reside at the root (such as CNAME) to be moved to static.
@ lsq
4 分钟阅读
Python插件---表单插件.终止工作流

Python插件---表单插件.终止工作流

星期三,三月 29 日,2023 年

二开案例.表单插件.终止工作流 C#代码 【应用场景】通过插件的方式,对已启动流程的单据,执行终止流程操作(仅终止流程,不执行反审核操作)。 【案
avatarlsq
4 分钟阅读
Python插件---列表插件.读写用户参数

Python插件---列表插件.读写用户参数

星期三,三月 29 日,2023 年

二开案例.列表插件.读写用户参数 C#代码 【应用场景】使用列表插件读写用户参数。 【案例演示】采购订单,列表界面,在列表插件中读写用户参数。 原文
avatarlsq
3 分钟阅读
Python插件---列表插件.隐藏列

Python插件---列表插件.隐藏列

星期三,三月 29 日,2023 年

二开案例.列表插件.隐藏列 C#代码 【应用场景】使用列表插件对列表的列是否显示隐藏进行干预。 注意:通过此方案隐藏列是针对所有过滤方案生效。 【案
avatarlsq
3 分钟阅读
Python插件---生产订单手工结案原因

Python插件---生产订单手工结案原因

星期三,三月 29 日,2023 年

表单插件 #引入clr运行库 import clr #添加对cloud插件开发的常用组件的引用 clr.AddReference('System') clr.AddReference('System.Data') clr.AddReference('Kingdee.BOS') clr.AddReference('Kingdee.BOS.DataEntity') clr.AddReference('Kingdee.BOS.Core') clr.AddReference('Kingdee.BOS.App') clr.AddReference('Kingdee.BOS.App.Core') clr.AddReference('Kingdee.BOS.ServiceHelper') #导入cloud基础库中的常用实体对象(分命名空间导
avatarlsq
4 分钟阅读
Python插件常见报错原因

Python插件常见报错原因

星期一,十二月 12 日,2022 年

Python表单插件报错 常用引用 import clr clr.AddReference('Kingdee.BOS.App') clr.AddReference('Kingdee.BOS.DataEntity') clr.AddReference('Kingdee.BOS.Core') clr.AddReference('Kingdee.BOS.ServiceHelper') clr.AddReference('Kingdee.BOS.Contracts') clr.AddReference('Kingdee.BOS') clr.AddReference('System.Data') clr.AddReference('System') clr.AddReference("System.Core") clr.AddReference("Kingdee.BOS") clr.AddReference("Kingdee.BOS.Log") clr.AddReference('Newtonsoft.Json') from System import * from System.Data import * from System.Text import * from System.Linq import * from System.Collections import * from System.Collections.Generic import * from Kingdee.BOS.JSON import * from Kingdee.BOS.Core import * from Kingdee.BOS.Core.Const import * from Kingdee.BOS.Core.Bill import *
avatarlsq
2 分钟阅读
列表插件批量修改单据字段

列表插件批量修改单据字段

星期三,十一月 23 日,2022 年

前面分享了:**Python实现单据批改(单据头字段),**有小伙伴问我:想批改明细字段怎么办呢? 我这里分享一下用Python列表插件如何批
avatarlsq
4 分钟阅读
单据列表插件示例

单据列表插件示例

星期五,八月 5 日,2022 年

往期回顾: 【Python插件入门】第1篇:****Python插件入门讲解 【Python插件入门】第2篇:****基本开发过程介绍 【Pyth
avatarCQ周玉立
22 分钟阅读
Python数据包操作

Python数据包操作

星期二,七月 26 日,2022 年

上一篇:第2篇:基本开发过程介绍 大家好,今天我们来讲一讲如何在插件中如何进行数据操作,实现一个开发功能,无非是对数据进行各种逻辑处理,那么我
avatarlsq
19 分钟阅读

© 2011 - 2023 lsq 的博客

Powered by Hugo with theme Dream.

avatar
关于我

lsq 的 ❤️ 博客

记录一些 🌈 生活上,财务相关技术上的事

毕业于 🏫 东北财经大学

空闲时间会做分享财务工作上相关技术

主要分享是:

  • VBA & Power Query
  • Excel 图表制作
  • LaTeX

写着玩:

  • Ruby
  • Bash shell
  • Python

目前在深圳工作

– 2021 年 04 月 11 日更新