zoukankan      html  css  js  c++  java
  • 保存我的操作日志

    将所有的操作先保存在string  strOper中,然后将strOper保存到txt文件中。
     其中:
    private string strOper=System.DateTime.Now.ToString()+"\r\n";
    用来记录当前时间。'\r\n'实现在txt文件中的换行。

        /***记录操作日志***/


    /***查看操作日志***/
  • 相关阅读:
    举例阐述游戏战斗系统设计的基本规则
    角色动作控制接口的设计
    游戏动作感设计初探
    c#扩展方法
    Bundle Adjustment光束平差法概述
    Levenberg-Marquardt
    OpenCV2:Mat属性type,depth,step
    opencv surf特征点匹配拼接源码
    OpenCV仿射变换+投射变换+单应性矩阵
    在OpenCV for Android 2.4.5中使用SURF(nonfree module)
  • 原文地址:https://www.cnblogs.com/flashicp/p/846456.html
Copyright © 2011-2022 走看看