{% if wxname != '' %}
{{ wxname }} | IC技术圈
{% else %}
IC技术圈期刊
{% endif %} {% include 'bootstrap.html' %}
{% include 'header.html' %} {% include 'menu.html' %}
IC技术圈期刊 文章分类
类别:
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 }})
按月份
{% if wxname != '' %}
微信公众号:{{ wxname }}
{{ gzh_intro }}
{% endif %}
{% 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 }}
{% endfor %}
{% include 'footer_mini.html' %}