会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪蕻轩
博客园
首页
新随笔
联系
管理
订阅
[置顶]
C语言中宏的展开
摘要: 序: 看micropython的parser代码时,出现了比较复杂的宏,于是研究一番,总结如下: parser中的宏: #define RULE_EXPAND(x) x #define RULE_PADDING(rule, ...) RULE_PADDING2(rule, __VA_ARGS__,
阅读全文
posted @ 2020-03-19 21:00 雪蕻轩
阅读(321)
评论(0)
推荐(0)
2018年6月7日
python 的switch模块
摘要: https://blog.csdn.net/dragon8299/article/details/6980914
阅读全文
posted @ 2018-06-07 09:16 雪蕻轩
阅读(268)
评论(0)
推荐(0)
更改win10 ubuntu 子系的登录用户
摘要: https://blog.csdn.net/Yuxin_Liu/article/details/52352098
阅读全文
posted @ 2018-06-07 09:15 雪蕻轩
阅读(212)
评论(0)
推荐(0)
2018年5月17日
vim problem E10: \ should be followed by /, ? or &
摘要: 查看:https://blog.csdn.net/ghoota/article/details/52597229
阅读全文
posted @ 2018-05-17 15:29 雪蕻轩
阅读(646)
评论(0)
推荐(0)
win10 ubuntu 子系统,
摘要: 执行sudo apt-get update 时出现: getaddrinfo: Assertion `IN6_IS_ADDR_V4MAPPED (sin6->sin6_addr.s6_addr32)' failed. 在/etc/ssh/ssh_config下加入 ListenAddress 0.0
阅读全文
posted @ 2018-05-17 14:49 雪蕻轩
阅读(130)
评论(0)
推荐(0)
2018年5月2日
Tensorflow学习之一 (运算)
摘要: 床tensorflow 入门基础 请参考徐其华这篇文章https://www.cnblogs.com/denny402/p/5852083.html 他写得比较详细,我就不再重写了。 关于tensorflow运算与python中的运算区别 其实就是tensorflow与python的区别 tenso
阅读全文
posted @ 2018-05-02 16:27 雪蕻轩
阅读(216)
评论(0)
推荐(0)
Tensorflow 学习之二
摘要: TensorFlow核心程序看作由两个不连续的部分组成: 构建计算图。 运行计算图。 构建计算图: import tensorflow as tf list1 = [[3.0,3.0]] list2 = [[2.0],[2.0]] matrix1 = tf.constant(list1) matri
阅读全文
posted @ 2018-05-02 15:48 雪蕻轩
阅读(147)
评论(0)
推荐(0)
2017年11月27日
linux 命令行中不切换中文输入法,不用鼠标,修改或进入中文目录
摘要: 一:查看目标中文目录在哪一行:ll 上图中的中文目录在最后一行 二:取当前目录总数: ll | awk 'END{print NR}' $1 三:取出目标目录:ll | sed -n "47, 9p" $1 | awk '{print $9}' 看上图。 四:进入目标目录: cd `ll | sed
阅读全文
posted @ 2017-11-27 10:27 雪蕻轩
阅读(3317)
评论(0)
推荐(0)
2017年8月5日
Ubuntu下终端颜色的配置问题
摘要: 请参考:http://blog.csdn.net/gray_fall/article/details/21086869
阅读全文
posted @ 2017-08-05 17:50 雪蕻轩
阅读(83)
评论(0)
推荐(0)
2017年6月19日
python log模块
摘要: import logging #added by chowhan at 2017-05-03 import logging.handlers LOG_FILE = "/home/alice/tensorflow_logger.log" handler = logging.handlers.Rotat
阅读全文
posted @ 2017-06-19 22:32 雪蕻轩
阅读(336)
评论(0)
推荐(0)
下一页
公告