240 发简信
IP属地:浙江
  • python面试题

    1、一行代码实现1到100的和 2、如何在一个函数内部修改全局变量 3、列出5个python标准库 4、字典如何删除键和合并两个字典 5、谈下p...

    3.6 642 0 20
  • python运算符

    常见:+ -* / 除法取整://9//2=4 取余数:%9%2=1 幂运算:**2**3=8

  • 《只过必要的生活》

    作者的极简理念是整理不是以达到满意为目的,而是达到一个状态、一个目标、一个标杆为重点的,所以只要达到这个目标,就是成功的整理。”所以,不要盲目模...

  • Resize,w 360,h 240
    github.com连接出现隐私设置错误

    解决方案:不知道什么时候在hosts中家里github.com的ip,可能是ip错误了,删除就可以了

  • 《自控力》

    第二章 意志力的本能冥想有助于提升专注力放慢呼吸训练,提高抗压能力:慢慢吸气,不要憋气,慢慢呼气,每分钟46次呼吸;睡眠不足会导致压力大,萌生欲...

  • Spring Boot: Jdbc javax.net.ssl.SSLException: closing inbound before receiving peer's close_notify

    数据库数据源加上&useSSL=false即可url: jdbc:mysql://localhost:3306/goods_market_db?...

  • org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.l...

    报错:org.springframework.data.redis.RedisSystemException: Error in executi...

  • java.lang.IllegalStateException: Failed to execute ApplicationRunner

    运行spring boot时报错:java.lang.IllegalStateException: Failed to execute Appl...

  • ReferenceError: Can't find variable: GoodsTypeVO

    其中后台传过来的${types1}为List<GoodsTypeVO>前端报错:ReferenceError: Can't find varia...