随笔分类 -  练习

作练习
摘要:/// <summary> /// 放到 public static 非索引 property上 /// </summary> [AttributeUsage(AttributeTargets.Property, Inherited = true)] class CheckedPropertyAtt 阅读全文
posted @ 2021-01-23 15:17 太初谷神 阅读(117) 评论(0) 推荐(0)
摘要:class XmlHelper { public XmlHelper() { } /// <summary> /// 读取 xml 文件内容 /// </summary> /// <typeparam name="T"></typeparam> /// <param name="fileName"> 阅读全文
posted @ 2021-01-20 13:54 太初谷神 阅读(108) 评论(0) 推荐(0)
摘要:作 w3cschool erlang 的练习 1 -module(tut16). 2 3 -export([start/0, ping/1, pong/0]). 4 5 %% Erlang 注册进程名称 6 7 %% ping 进程必须通过某种途径 获得 pong 进程的进程标识符后 8 %% 才能 阅读全文
posted @ 2019-07-13 10:43 太初谷神 阅读(238) 评论(0) 推荐(0)
摘要:作 w3cschool erlang 的练习 THE END 阅读全文
posted @ 2019-07-11 16:58 太初谷神 阅读(224) 评论(0) 推荐(0)