自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 企业微信对接网易七鱼机器人

企业微信对接网易七鱼机器人获取企业微信访客信息传递数据到机器人 获取企业微信访客信息 //获取code console.log('获取code') var code = await wxLogin(); this.codeX=code //获取token util.getToken().then((res) => { console.log('获取token'); console.log('toekenX='+this.toeken

2020-11-24 10:55:21 422

原创 C#-Linq学习第三篇

Enumerable Aggregate<TSource, TAccumulate, TResult> 与一个字符串比较长度,并将返回的字符串函数化 string[] fruits = { "apple", "mango", "orange", "passionfruit", "grape" }; // Determine whether any string in the array is longer than "banana". string longestName = frui

2020-08-14 08:49:19 62

原创 C#-Linq学习第二篇

Linq学习第二篇 Enumerable Aggregate<TSource, TAccumulate>(IEnumerable, TAccumulate, Func<TAccumulate, TSource, TAccumulate>) 判断一个数组中有多少个偶数 int[] ints = { 4, 8, 8, 3, 9, 0, 7, 8, 2 }; // Count the even numbers in the array, using a seed value of 0.

2020-08-13 12:24:28 79

原创 Linq学习

C#-Linq学习第一天 Enumerable Aggregate(IEnumerable, Func<TSource, TSource, TSource>) 此方法可以将字符串倒序过来 string sentence = "the quick brown fox jumps over the lazy dog"; // Split the string into individual words. string[] words = sentence.Split(' '); // Prepe

2020-08-13 11:41:42 107

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除