{% include 'bootstrap.html' %} {% include 'menu.html' %}
{% include 'header.html' %}
IC技术圈期刊 {{ year }}年 第{{ month }}期

类别: FPGA({{ tags_cnt.FPGA }}) 前端({{ tags_cnt.frontend }}) 验证({{ tags_cnt.verification }}) 后端({{ tags_cnt.backend }}) 嵌入式({{ tags_cnt.embedded }}) 自动化({{ tags_cnt.automation }}) 模拟({{ tags_cnt.analog }}) 求职就业({{ tags_cnt.jobs }}) 管理({{ tags_cnt.management }}) 软件({{ tags_cnt.software }}) 按月份
{% for row in article %}
{{ row.title }}
{% load my_tags %} {% with row.keywords|split:"#" as kws %} {% for kw in kws %} {% if kw|strip != "" %} #{{ kw|strip }}  {% endif %} {% endfor %} {% endwith %}
{{ row.summary | default_if_none:'' }}
{{ row.wxname }} More
{% endfor %}
{% include 'footer_mini.html' %}