dotnet - Related information

  • The view of the dotnet core Razor class library could not be found

    Development environment win10 vs2017 I made a Razor class library and ui in a solution. lib.dll and lib.views.dll are generated in debug mode. In the same solution, another mvc website project, referenced by this project, shows no problem. in ano...

  • Isn't .net core 2.1.4 backward compatible with 2.1.1?

    create a new demo project testdotnetcore2, with the asp.net core webapi template in visual studio 2017 and publish it to the remote server (Tencent Cloud server CentOS 7). then when dotnet testdotnetcore2.dll is run on the release directory of Tencent...

  • The Expand condition is used in the OData Expand query, but the select does not display the contents of the subset.

    $expand=Employee($select=ID_CARD) &$select=EMP_NO,EMP_NAME,CARD_DAY,INOUT_FLAG &$filter=(CARD_DAY+gt+2018-05-09T00:00:00Z)and(CARD_DAY+lt+2018-05-10T00:00:00Z) and((Employee ACTYPE_ID+ne+21)and((Employee ACTYPE_ID+ne+22))) like this, Employe...

    Mar.15,2021
  • How do I use $crossjoin in OData?

    established the OData API of the corresponding single entity want to associate multiple tables follow the official tutorial http: host service $crossjoin(Products,Sales)?$filter=Products ID eq Sales ProductID write url to visit, and you get 404 ...

    Mar.09,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3070f-2bd1f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1b3070f-2bd1f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?