240 发简信
IP属地:重庆
  • '(' : illegal token on right side of '::'

    ...\position.hh(83): error C2589: '(' : illegal token on right side of '...

  • Windows xelatex添加字体

    首先先下载ttf字体,双击安装,然后运行fc-list ::lang=zh >> zh.txt打印出可以使用的字体,然后在tex文件中加入 \s...

  • python的并行

    使用celery队列

  • 深度学习面试

    1、贝叶斯公式、贝叶斯原理、分离散和连续情况来描述具体过程、Laplace校准2、逻辑回归和线性回归:目标函数为最大似然函数,写出最大似然函数(...

  • react-route browserHistory apache配置

    添加apache的.htaccess文件,文件内容为: RewriteEngine OnRewriteBase /RewriteRule ^i...

  • python并行设计的一个失误

    不要在进程处理任务时通过process_id来判断哪个进程应该执行任务,因为不知道task会被分配到哪个进程 elif command["typ...

  • python2.7.13 multiprocessing.JoinableQueue

    JoinableQueue是由Queue派生出来的一个类,与Queue不同,JoinableQueue有task_done()和Join()方法...

  • reactjs首页预加载动画

    window.onload = () =>{this.setState({loading_page:false})} 将上面的 函数放在首页的...

  • reactjs 页面平滑跳转

    const scrollTarget = 0 const smoothScrollVertical = () => {let startScro...