摘要:数据源设置为以下才可以使用 Filtered+实体名称和 fn_FindBusinessGuid 和 fn_FindUserGuid
阅读全文
posted @ 2017-07-24 23:58
|
|
07 2017 档案
摘要:数据源设置为以下才可以使用 Filtered+实体名称和 fn_FindBusinessGuid 和 fn_FindUserGuid
阅读全文
posted @ 2017-07-24 23:58
摘要:1 this.ddlUnit.SelectedValue = id; //注意大小写,如果选中失败会显示默认值. 2 ListItem item=ddlUnit.Items.FindByValue(id); if(item != null) { item.Selected =...
阅读全文
posted @ 2017-07-17 03:11
摘要:先看官方文档 https://work.weixin.qq.com/api/doc#10167/文本消息 请求方式:POST(HTTPS)请求地址: https://qyapi.weixin.qq.com/cgi-bin/message/send?access_token=ACCESS_TOKEN
阅读全文
posted @ 2017-07-16 03:10
|
|