第25月第4天djangochinaorg项目记录01

javastart javastart     2023-01-09     395

关键词:

#------------------------------

1. djangochinaorg项目

https://github.com/DjangoChinaOrg/Django-China-API

https://github.com/DjangoChinaOrg/Django-China-FE

 

2.vue proxyTable

    proxyTable: 
      ‘/proxy‘: 
        target: ‘http://localhost:8000‘,
        changeOrigin: true,
        pathRewrite: 
          ‘^/proxy‘: ‘‘
        
      
    ,

  

 

#------------------------------

1.Blog-API-with-Django-Rest-Framework

 

https://www.bilibili.com/video/av11744508/

https://github.com/codingforentrepreneurs/Blog-API-with-Django-Rest-Framework

 

第25月第11天deeplearning.ai

1.网易云课堂深度学习工程师点击进入课程地址(英文)(收费)点击进入课程地址(中文)(免费)第一门神经网络和深度学习第二门改善神经网络第三门结构化机器学习项目第四门卷积神经网络第五门序列模型  查看详情

第18月第25天github下载单个文件夹

1.用SVN即可.举例说明:譬如这个项目:Mooophy/Cpp-Primer·GitHub,我只想看ch03文件夹的代码怎么办?先打开ch03,其URL为:"https://github.com/Mooophy/Cpp-Primer/tree/master/ch03"(这里添加空格,为了防止知乎智能识别)将/tree/master/换成/trunk/.(这个以前... 查看详情

第13月第25天ios11uitableviewreloaddatacontentsize

1.          [tableViewreloadData];        dispatch_after(dispatch_time(DISPATCH_TIME_NOW,(int64_t)(0.1*NSEC_PE 查看详情

第14月第11天linkmap

1.4.LinkMap服务的开启方式及文件目录Xcode->Project->BuildSettings->Searchmap->设置WriteLinkMapFiles选项为YES(这里需要注意的是不是设置Pods.xcodeproj的LinkMap而是xxx-xxxxx.xcodeproj,其他项目也要去设置主工程的对应编译选项,以此类推... 查看详情

第40月第4天app产品评测

1.产品结构分析市场分析用户分析功能分析及优化运营分析及优化 http://www.woshipm.com/evaluating/2154098.htmlhttps://zhuanlan.zhihu.com/p/85635356https://zhuanlan.zhihu.com/p/31118759 测试https://www.oschina.net/question/319 查看详情

第25月第26天dispatch_group(代码片段)

1.dispatch_group_enter(group);dispatch_group_leave(group); dispatch_group_notify(group1,queue1,block);在这种组合下,根据任务是同步、异步又分为两种,这两种组合的执行代码与运行结果如下:第一种:同步任务时dispatch_queue_tqueue2=dispatch_queue_creat 查看详情

第4月第1天makefile

1.gnumake的函数调用是$,比如 $(substee,EE,feetonthestreet)  PatternRules Makefile里的.c.o等价于 %.o:%.c  .c.o:$(COMPILE)-MT[email protected]-MD-MP-MF$(DEPDIR)/$*.Tpo-c-o[emai 查看详情

当月第一天最后一天下月第一天,时间date

时间记录,不是时间戳1$thismonth=date(‘m‘);2$thisyear=date(‘Y‘);3$startDay=$thisyear.‘-‘.$thismonth.‘-1‘;4$endDay=$thisyear.‘-‘.$thismonth.‘-‘.date(‘t‘,strtotime($startDay));//当月最后一天5$time1=date(‘Y-m-1H:i:s‘,str 查看详情

第11月第23天markedtextrange崩溃

1.在对textView、textField限制文字长度时,如果不做特殊处理,当联想文字加上已输入文字超出设定长度时,iOS 7.0系统会崩溃(ios 8.0以上系统做了处理,不会崩溃)。 http://blog.csdn.net/hero_wqb/article/details/52075579?locationNum=4... 查看详情

第9月第3天uilabelcontentscale

1. http://blog.csdn.net/u012703795/article/details/43706449 查看详情

第9月第30天mvp

1. importUIKitstructPerson{//ModelletfirstName:StringletlastName:String}protocolGreetingView:class{funcsetGreeting(greeting:String)}protocolGreetingViewPresenter{init(view:GreetingView,person:Per 查看详情

第16月第27天pipinstallvirtualenv

1.pipinstallvirtualenvvirtualenvtestvircdtestvircdScriptsactivatepipinstalldjango==1.9.8 https://zhuanlan.zhihu.com/p/32286726 查看详情

第2月第24天coretext行高

1.NSMutableAttributedString 行高 NSMutableAttributedString*attributedString=[[NSMutableAttributedStringalloc]initWithString:labelText];NSMutableParagraphStyle*paragraphStyle=[[NSMutableParagra 查看详情

第10月第28天touchesbegan

1.-(void)touchesBegan:(NSSet*)toucheswithEvent:(UIEvent*)event{[[selfnextResponder]touchesBegan:toucheswithEvent:event];[supertouchesBegan:toucheswithEvent:event];}-(void)touchesMoved:(NSSet*)touchesw 查看详情

第37月第29天avplayer截屏

1.-(void)displayLinkCallback:(CADisplayLink*)sender{CMTimetime=[snapshotOutputitemTimeForHostTime:CACurrentMediaTime()];if([snapshotOutputhasNewPixelBufferForItemTime:time]){lastSnapshotPixelBuffer=[s 查看详情

第5月第18天视频编辑水印

1.//***********ForASpecialTimeCABasicAnimation*animation=[CABasicAnimationanimationWithKeyPath:@"opacity"];[animationsetDuration:0];[animationsetFromValue:[NSNumbernumberWithFloat:1.0]];[animationsetT 查看详情

第16月第3天afurlsessionmanager

1. -(AFURLSessionManagerTaskDelegate*)delegateForTask:(NSURLSessionTask*)task{  NSParameterAssert(task);   AFURLSessionManagerTaskDelegate*delegate=nil;  [self. 查看详情

第23月第24天git命令.git-credentials

1.打开gitbash控制终端后依次输入以下命令: cd~vi.gitconfig   打开文档后按下i键 在文件中加上如下[credential]   helper=store--file.git-credentials  按下ESc键,输入:wq保存退出,再回到项目所在目录,push时... 查看详情