<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>江湖夜雨</title>
  
  <subtitle>互联网技术杂谈</subtitle>
  <link href="/atom.xml" rel="self"/>
  
  <link href="https://www.chenyy.me/"/>
  <updated>2020-07-18T04:42:09.332Z</updated>
  <id>https://www.chenyy.me/</id>
  
  <author>
    <name>老陈</name>
    
  </author>
  
  <generator uri="http://hexo.io/">Hexo</generator>
  
  <entry>
    <title>如何扩展 Django 默认用户模型</title>
    <link href="https://www.chenyy.me/2020/07/how-to-extend-django-user-model/"/>
    <id>https://www.chenyy.me/2020/07/how-to-extend-django-user-model/</id>
    <published>2020-07-18T03:26:07.000Z</published>
    <updated>2020-07-18T04:42:09.332Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;原生的&lt;code&gt;Django&lt;/code&gt;用户模型，仅有简单的几个字段，往往难以满足实际应用的需求。比如应用中需要头像、昵称、手机号或微信UnionID等等，就需要开发者自定义扩展。&lt;/p&gt;
&lt;p&gt;但是，每个实际应用中的用户模型，又都是最核心模块之一，往往会与其他领域模型
        
      
    
    </summary>
    
    
      <category term="Python" scheme="https://www.chenyy.me/tags/Python/"/>
    
      <category term="Django" scheme="https://www.chenyy.me/tags/Django/"/>
    
      <category term="Architect" scheme="https://www.chenyy.me/tags/Architect/"/>
    
  </entry>
  
  <entry>
    <title>Django读取MySQL视图数据</title>
    <link href="https://www.chenyy.me/2020/07/django-database-view/"/>
    <id>https://www.chenyy.me/2020/07/django-database-view/</id>
    <published>2020-07-04T07:33:02.000Z</published>
    <updated>2020-07-04T08:36:31.749Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;&lt;a href=&quot;http://djangoproject.com/&quot; target=&quot;_blank&quot;
        
      
    
    </summary>
    
    
      <category term="MySQL" scheme="https://www.chenyy.me/tags/MySQL/"/>
    
      <category term="Django" scheme="https://www.chenyy.me/tags/Django/"/>
    
      <category term="数据库视图" scheme="https://www.chenyy.me/tags/%E6%95%B0%E6%8D%AE%E5%BA%93%E8%A7%86%E5%9B%BE/"/>
    
      <category term="数据报表" scheme="https://www.chenyy.me/tags/%E6%95%B0%E6%8D%AE%E6%8A%A5%E8%A1%A8/"/>
    
  </entry>
  
  <entry>
    <title>如何使用脚本备份 MySQL 数据库？</title>
    <link href="https://www.chenyy.me/2020/06/mysql-backup-script/"/>
    <id>https://www.chenyy.me/2020/06/mysql-backup-script/</id>
    <published>2020-06-22T05:04:15.000Z</published>
    <updated>2020-06-22T07:25:01.403Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;使用 &lt;code&gt;Shell&lt;/code&gt; 脚本对 &lt;code&gt;MySQL&lt;/code&gt;
        
      
    
    </summary>
    
    
      <category term="MySQL" scheme="https://www.chenyy.me/tags/MySQL/"/>
    
      <category term="备份" scheme="https://www.chenyy.me/tags/%E5%A4%87%E4%BB%BD/"/>
    
      <category term="Shell" scheme="https://www.chenyy.me/tags/Shell/"/>
    
      <category term="Bash" scheme="https://www.chenyy.me/tags/Bash/"/>
    
  </entry>
  
  <entry>
    <title>微信群成员可以自动批量导出来吗？</title>
    <link href="https://www.chenyy.me/2020/06/export-wechat-members/"/>
    <id>https://www.chenyy.me/2020/06/export-wechat-members/</id>
    <published>2020-06-19T16:00:00.000Z</published>
    <updated>2020-06-20T07:37:37.798Z</updated>
    
    <summary type="html">
    
      
      
        
        
          &lt;p&gt;朋友问我，有什么办法可以将微信群里所有成员的昵称、微信号、所在地自动导出来呢？&lt;/p&gt;
&lt;p&gt;找了一圈发现，微信本身没有提供这个功能，也不提供相应的开发接口。不过，既然我们可以一个个翻看微信群中的每个成员，那么这个过程可否用程序替代呢？再进一步，程序可否将微信个人信息页面的
        
      
    
    </summary>
    
    
      <category term="Python" scheme="https://www.chenyy.me/tags/Python/"/>
    
      <category term="微信" scheme="https://www.chenyy.me/tags/%E5%BE%AE%E4%BF%A1/"/>
    
      <category term="Airtest" scheme="https://www.chenyy.me/tags/Airtest/"/>
    
      <category term="OCR" scheme="https://www.chenyy.me/tags/OCR/"/>
    
      <category term="Tesseract" scheme="https://www.chenyy.me/tags/Tesseract/"/>
    
      <category term="Appium" scheme="https://www.chenyy.me/tags/Appium/"/>
    
      <category term="Selenium" scheme="https://www.chenyy.me/tags/Selenium/"/>
    
  </entry>
  
</feed>
